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 = ''
set fish_greeting # Disable greeting
'';
plugins = [{
name = "grc";
src = pkgs.fishPlugins.grc.src;
}
# Other plugins can be located in config file
];
plugins = [
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
];
shellAliases = shellAlias;
};
carapace = {