summary refs log tree commit diff
path: root/home/.kshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-16 14:11:30 -0400
committerJune McEnroe <june@causal.agency>2018-08-16 14:12:06 -0400
commitb302149914f9a34a117476ca7d14b814a4569f5c (patch)
tree1eea4ae7ccd98263489da3c47907a43ce0567e84 /home/.kshrc
parentDisable visual bell entirely in Terminal (diff)
downloadsrc-b302149914f9a34a117476ca7d14b814a4569f5c.tar.gz
src-b302149914f9a34a117476ca7d14b814a4569f5c.zip
Export GPG_TTY
Oops.
Diffstat (limited to 'home/.kshrc')
-rw-r--r--home/.kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.kshrc b/home/.kshrc
index da2cd2c6..11585e50 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -1,6 +1,6 @@
 set -o nounset -o noclobber -o braceexpand -o emacs
 HISTFILE=~/.ksh_history HISTSIZE=5000
-GPG_TTY=$(tty)
+export GPG_TTY=$(tty)
 
 function colonize {
 	IFS=: