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 = ''
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue