diff options
-rw-r--r-- | hyperterm/_custom.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperterm/_custom.sh b/hyperterm/_custom.sh index 9c54abe..07aff33 100644 --- a/hyperterm/_custom.sh +++ b/hyperterm/_custom.sh @@ -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 # Then, if you really want to use rm, simply prepend a slash to bypass the alias: # \rm file-without-hope + +#----------- +# TTY GNUPG +#----------- +# export GPG_TTY=$(tty) |