Use exa as ls alias

This commit is contained in:
Alexander Bantyev 2021-06-14 23:08:02 +03:00
parent 259149656f
commit cbaba648ca
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -65,6 +65,7 @@
"o" = "xdg-open";
"post" = ''curl -F"file=@-" https://0x0.st'';
"cat" = "${pkgs.bat}/bin/bat";
"ls" = "${pkgs.exa}/bin/exa";
};
initExtra = ''
cmdignore=(htop tmux top vim)