fish: update alias

This commit is contained in:
Christoph Hollizeck 2024-10-20 22:29:09 +02:00
parent 16687f2d97
commit 86273a015f

View file

@ -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; [
{