Update fish config

This commit is contained in:
2024-01-03 09:17:53 -04:00
parent e80157e989
commit 5738bcf12c

View File

@@ -5,7 +5,9 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
interactiveShellInit = ''
set fish_greeting # Disable greeting
'';
plugins = [ plugins = [
{ {
name = "grc"; name = "grc";
@@ -13,7 +15,7 @@
} }
{ {
name = "autopair"; name = "autopair";
src = pkgs.fishPlugins.autopair; src = pkgs.fishPlugins.autopair.src;
} }
]; ];
}; };