eza: init (remove colorls)

This commit is contained in:
Christoph Hollizeck 2024-10-21 00:43:30 +02:00
parent 83db829e19
commit e542f58589
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
4 changed files with 12 additions and 6 deletions

View file

@ -38,9 +38,8 @@ in
'';
shellAliases = {
vim = "hx";
ls = "colorls --gs -A";
ll = "ls -l";
lt = "colorls --tree";
ls = "eza -lh --icons --git";
lss = "ls --total-size";
};
plugins = with pkgs.fishPlugins; [
{