mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
updated alias to new exa fork
This commit is contained in:
parent
cdcc213707
commit
5e76467fe5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
doom = "~/.emacs.d/bin/doom";
|
doom = "~/.emacs.d/bin/doom";
|
||||||
ls = "exa";
|
ls = "eza";
|
||||||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||||
rm = "rmtrash";
|
rm = "rmtrash";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue