From e74aa4ea7a7e845588fd31746d2c85c9c7b0682c Mon Sep 17 00:00:00 2001 From: philw Date: Mon, 6 May 2024 22:37:55 +0200 Subject: Update dotfiles --- shell/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/zsh/.zshrc') diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 0aaaf8f..f52f762 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -16,6 +16,7 @@ precmd_functions+=(update_prompt) update_prompt HISTFILE="$XDG_CACHE_HOME"/zsh-histfile +GNUPGHOME="~/.gnupg/" HISTSIZE=2500 SAVEHIST=2000 setopt INC_APPEND_HISTORY @@ -29,6 +30,7 @@ compinit setopt autocd eval "$(zoxide init zsh)" +export GPG_TTY=$(tty) export XDG_DATA_HOME="$HOME"/.local/share export XDG_CONFIG_HOME="$HOME"/.config export XDG_STATE_HOME="$HOME"/.local/state -- cgit v1.2.3