fish: update alias
This commit is contained in:
parent
e390739147
commit
8d026c4e82
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue