fish: removed aliases
This commit is contained in:
parent
a86c769660
commit
95d26adf2e
1 changed files with 15 additions and 17 deletions
|
@ -48,8 +48,7 @@ in {
|
|||
inherit (pkgs.fishPlugins.puffer) src;
|
||||
}
|
||||
];
|
||||
shellAbbrs =
|
||||
{
|
||||
shellAbbrs = {
|
||||
c = "clear";
|
||||
cc = "cd ~ && clear";
|
||||
mv = "mv -iv";
|
||||
|
@ -63,8 +62,7 @@ in {
|
|||
h = "hx";
|
||||
k = "kak";
|
||||
e = "emacs";
|
||||
}
|
||||
// cfg.extraAliases;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue