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 = {
enable = true;
interactiveShellInit = ''
set fish_greeting # Disable greeting
'';
plugins = [
{
name = "grc";
@@ -13,7 +15,7 @@
}
{
name = "autopair";
src = pkgs.fishPlugins.autopair;
src = pkgs.fishPlugins.autopair.src;
}
];
};