diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ fi ### How do I export GPG_TTY when using instant prompt? -You can set `GPG_TTY` like this anywhere in `~/.zshrc`: +You can export `GPG_TTY` like this anywhere in `~/.zshrc`: ```zsh export GPG_TTY=$TTY |