diff options
Diffstat (limited to 'shell/zsh')
| -rw-r--r-- | shell/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 0b133b8..25c8552 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -2,6 +2,8 @@ HISTFILE=~/.zsh_history HISTSIZE=1000 SAVEHIST=1000 +export GPG_TTY=$(tty) + bindkey -v autoload -Uz compinit |
