feat: added aliases for doom and bat

This commit is contained in:
Nickiel12 2023-02-26 18:03:06 -08:00
parent 4aaac6a1dc
commit d3e7b6b506

View file

@ -35,6 +35,8 @@ in
];
shellAliases = {
cat = "bat";
doom = "~/.emacs.d/bin/doom";
ls = "exa";
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
rm = "rmtrash";