diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b8a8023..5004b67 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,6 +1,9 @@ # Swy7ch' config for the Zoomer Shell # based on Luke Smith' work (lukesmith.xyz) +# Reset tty for gpg +export GPG_TTY=$(tty) + # Enable colors and change prompt: autoload -U colors && colors source $XDG_CONFIG_HOME/zsh/zsh_prompt diff --git a/.profile b/.profile index f22d2e7..153632e 100644 --- a/.profile +++ b/.profile @@ -24,7 +24,6 @@ export PATH="$HOME/.local/bin:$PATH" ## default programs export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" -export GPG_TTY=$(tty) export GPG_ASKPASS="/usr/bin/pinentry-curses" export SUDO_EDITOR="nvim" export EDITOR="nvim"