aliases: why was it written like that?
This commit is contained in:
parent
5f5270220c
commit
8fff7cc137
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ alias \
|
|||
rd='rmdir' \
|
||||
|
||||
# opt for trash-cli over rm
|
||||
if command -v > /dev/null; then
|
||||
if command -v trash > /dev/null; then
|
||||
alias rm=trash
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue