mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
rm is now trash-put
This commit is contained in:
parent
fc20457390
commit
4a7e04c150
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ in
|
||||||
# commandline utils
|
# commandline utils
|
||||||
pfetch
|
pfetch
|
||||||
fortune
|
fortune
|
||||||
|
rmtrash
|
||||||
neofetch
|
neofetch
|
||||||
ranger
|
ranger
|
||||||
exa
|
exa
|
||||||
|
|
|
@ -37,6 +37,7 @@ in
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "exa";
|
ls = "exa";
|
||||||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||||
|
rm = "trash-put";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue