diff options
-rw-r--r-- | hyperterm/_custom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/_custom.sh b/hyperterm/_custom.sh index b33c37d..124106c 100644 --- a/hyperterm/_custom.sh +++ b/hyperterm/_custom.sh @@ -55,6 +55,6 @@ if [[ -f /usr/share/doc/pkgfile/command-not-found.bash ]]; then source /usr/shar #--------------- # Trash-cli #--------------- -if command -v trash &> /dev/null; then alias rm='echo "This is not the command you are looking for."; false'; else true; fi +# if command -v trash &> /dev/null; then alias rm='echo "This is not the command you are looking for."; false'; else true; fi # Then, if you really want to use rm, simply prepend a slash to bypass the alias: # \rm file-without-hope |