fixed many things now..
This commit is contained in:
parent
c99d16a778
commit
4cd3e5e286
1 changed files with 2 additions and 2 deletions
|
@ -128,10 +128,10 @@ fi
|
|||
|
||||
# ─< t stands for trash(-cli) >───────────────────────────────────────────────────────────────
|
||||
if command-exists trash; then
|
||||
alias rm="trash $@"
|
||||
alias rm="trash"
|
||||
alias t="trash"
|
||||
elif command-exists trash-cli; then
|
||||
alias rm="trash-cli $@"
|
||||
alias rm="trash-cli"
|
||||
alias t="trash-cli"
|
||||
else
|
||||
echo-missing "trash-cli"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue