aliases: why was it written like that?

This commit is contained in:
PowerUser64 2022-05-13 04:26:49 -07:00
parent 5f5270220c
commit 8fff7cc137

View file

@ -21,7 +21,7 @@ alias \
rd='rmdir' \ rd='rmdir' \
# opt for trash-cli over rm # opt for trash-cli over rm
if command -v > /dev/null; then if command -v trash > /dev/null; then
alias rm=trash alias rm=trash
fi fi