mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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
|
||||
pfetch
|
||||
fortune
|
||||
rmtrash
|
||||
neofetch
|
||||
ranger
|
||||
exa
|
||||
|
|
|
@ -37,6 +37,7 @@ in
|
|||
shellAliases = {
|
||||
ls = "exa";
|
||||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||
rm = "trash-put";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue