mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
grammar
This commit is contained in:
parent
faddef4a22
commit
99edd12e00
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ fi
|
||||||
|
|
||||||
### How do I export GPG_TTY when using instant prompt?
|
### 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
|
```zsh
|
||||||
export GPG_TTY=$TTY
|
export GPG_TTY=$TTY
|
||||||
|
|
Loading…
Reference in a new issue