mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
feat: added aliases for doom and bat
This commit is contained in:
parent
4aaac6a1dc
commit
d3e7b6b506
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
cat = "bat";
|
||||||
|
doom = "~/.emacs.d/bin/doom";
|
||||||
ls = "exa";
|
ls = "exa";
|
||||||
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