add fish shell alias

This commit is contained in:
DACHXY 2024-12-25 17:15:51 +08:00
parent eb6cc5056f
commit 529543c412

View file

@ -24,12 +24,10 @@ in
interactiveShellInit = '' interactiveShellInit = ''
set fish_greeting # Disable greeting set fish_greeting # Disable greeting
''; '';
plugins = [{ plugins = [
name = "grc"; { name = "grc"; src = pkgs.fishPlugins.grc.src; }
src = pkgs.fishPlugins.grc.src;
}
# Other plugins can be located in config file
]; ];
shellAliases = shellAlias;
}; };
carapace = { carapace = {