updated alias to new exa fork

This commit is contained in:
Nickiel12 2023-09-11 16:39:35 -07:00
parent cdcc213707
commit 5e76467fe5

View file

@ -37,7 +37,7 @@ in
shellAliases = {
cat = "bat";
doom = "~/.emacs.d/bin/doom";
ls = "exa";
ls = "eza";
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
rm = "rmtrash";
};