home-manager/terminal/shell: remove abbreviations (use shellAliases instead)

This commit is contained in:
Anthony Rodriguez 2025-01-04 22:35:06 +01:00
parent af13f204ad
commit 4ccd29cb9d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -23,10 +23,6 @@ in {
fish_vi_key_bindings # Enable Vi mode
'';
shellAbbrs = {
cd = "z";
ngc = "sudo nix-collect-garbage -d";
};
plugins = [
{
name = "fzf";