update _custom.sh

This commit is contained in:
Astound 2024-08-02 03:22:36 +08:00
parent 38ea97b31b
commit 00c6040f1a
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -60,3 +60,8 @@ if [[ -f /usr/share/doc/pkgfile/command-not-found.bash ]]; then source /usr/shar
# 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: # Then, if you really want to use rm, simply prepend a slash to bypass the alias:
# \rm file-without-hope # \rm file-without-hope
#-----------
# TTY GNUPG
#-----------
# export GPG_TTY=$(tty)