diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-20 12:22:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-20 12:22:41 -0500 |
commit | 3f088cdc6861dbe63870a38193e2c31abc91a399 (patch) | |
tree | 3bbc963fc813c4cca4863ec3264aabd9e130d806 /hyperterm/_custom.sh | |
parent | a210669f9797796d714e14b60ffdcd36aebc63e2 (diff) | |
download | hyperterm-3f088cdc6861dbe63870a38193e2c31abc91a399.tar.lz hyperterm-3f088cdc6861dbe63870a38193e2c31abc91a399.tar.xz hyperterm-3f088cdc6861dbe63870a38193e2c31abc91a399.zip |
[_custom.sh]: disable trash-cli for default
Diffstat (limited to 'hyperterm/_custom.sh')
-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 |