fish: update alias

This commit is contained in:
Christoph Hollizeck 2024-10-20 22:29:09 +02:00
parent 009e52c996
commit e6a0f77d23
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E

View file

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