rm is now trash-put

This commit is contained in:
Nickiel12 2023-01-09 16:54:18 -08:00
parent fc20457390
commit 4a7e04c150
2 changed files with 2 additions and 0 deletions

View file

@ -45,6 +45,7 @@ in
# commandline utils # commandline utils
pfetch pfetch
fortune fortune
rmtrash
neofetch neofetch
ranger ranger
exa exa

View file

@ -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";
}; };
}; };