fish: update alias
This commit is contained in:
parent
0c422b5cb1
commit
eb0b3b448a
|
@ -38,10 +38,9 @@ in
|
|||
'';
|
||||
shellAliases = {
|
||||
vim = "hx";
|
||||
ls = "colorls --gs";
|
||||
l = "ls -l";
|
||||
la = "ls -la";
|
||||
lt = "ls --tree";
|
||||
ls = "colorls --gs -A";
|
||||
ll = "ls -l";
|
||||
lt = "colorls --tree";
|
||||
};
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue