diff options
author | Astound <kirito@disroot.org> | 2024-08-02 03:22:36 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-02 03:22:36 +0800 |
commit | 00c6040f1a8aad2b37627b4179ba517e5faba486 (patch) | |
tree | d7686a086083d01d3243bec865cb3249df2813bc /hyperterm | |
parent | 38ea97b31b3d6ee21a9e9c0f65d63c2868341edc (diff) | |
download | hyperterm-00c6040f1a8aad2b37627b4179ba517e5faba486.tar.lz hyperterm-00c6040f1a8aad2b37627b4179ba517e5faba486.tar.xz hyperterm-00c6040f1a8aad2b37627b4179ba517e5faba486.zip |
update _custom.sh
Diffstat (limited to 'hyperterm')
-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) |