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