diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-14 19:28:11 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-14 19:28:11 +0200 |
| commit | e2d33d7c92999386078f69e8623c971d94b6a10a (patch) | |
| tree | 4d6184284830dca4335fa9d7a227f17192589078 | |
| parent | 3c722c79515f6007c2db2c535b268762b757fc6a (diff) | |
more setup updates
| -rw-r--r-- | .local/share/gnupg/gpg-agent.conf | 1 | ||||
| -rw-r--r-- | .zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/gnupg/gpg-agent.conf b/.local/share/gnupg/gpg-agent.conf index b747e5e..4e3bb5d 100644 --- a/.local/share/gnupg/gpg-agent.conf +++ b/.local/share/gnupg/gpg-agent.conf @@ -1,2 +1,3 @@ allow-preset-passphrase max-cache-ttl 604800 +pinentry-program /usr/bin/pinentry-gtk @@ -22,6 +22,7 @@ WORDCHARS="${WORDCHARS:gs/\//}" # remove '/' from WORDCHARS compinit -d "$ZSH_COMPDUMP" # history +! [ -d "$XDG_DATA_HOME/zsh" ] && mkdir -p "$XDG_DATA_HOME/zsh" export HISTFILE="$XDG_DATA_HOME/zsh/history" export HISTSIZE=10000000 export SAVEHIST=10000000 |