home-manager/terminal/shell: remove abbreviations (use shellAliases instead)
This commit is contained in:
parent
af13f204ad
commit
4ccd29cb9d
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@ in {
|
|||
fish_vi_key_bindings # Enable Vi mode
|
||||
|
||||
'';
|
||||
shellAbbrs = {
|
||||
cd = "z";
|
||||
ngc = "sudo nix-collect-garbage -d";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "fzf";
|
||||
|
|
Loading…
Reference in a new issue