shell: move GPG_TTY initialization to .zshrc
This commit is contained in:
parent
629ede5b5a
commit
5112050af6
|
|
@ -3,7 +3,6 @@ export XDG_CACHE_HOME="$HOME/.cache"
|
|||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue