add fish shell alias
This commit is contained in:
parent
eb6cc5056f
commit
529543c412
1 changed files with 4 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue