📁 files(gpg): gpg-agent is now located on the root directory

issues with caching the password
This commit is contained in:
Sergio Laín 2024-10-16 13:07:15 +02:00
parent 247cc5e847
commit 3e0454e151
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 5 additions and 2 deletions

View file

@ -37,7 +37,6 @@ set -xg GTK2_RC_FILES $XDG_CONFIG_HOME/gtk-2.0/gtkrc
set -xg W3M_DIR $XDG_DATA_HOME/w3m set -xg W3M_DIR $XDG_DATA_HOME/w3m
set -xg DOTNET_CLI_HOME $XDG_DATA_HOME/dotnet set -xg DOTNET_CLI_HOME $XDG_DATA_HOME/dotnet
set -xg PNPM_HOME $XDG_DATA_HOME/pnpm set -xg PNPM_HOME $XDG_DATA_HOME/pnpm
set -xg GNUPGHOME $XDG_CONFIG_HOME/gnupg
# Path # Path
fish_add_path $XDG_BIN_HOME fish_add_path $XDG_BIN_HOME

View file

@ -1,5 +1,9 @@
enable-ssh-support
default-cache-ttl 21600 # 6 hours default-cache-ttl 21600 # 6 hours
max-cache-ttl 64800 # 18 hours max-cache-ttl 64800 # 18 hours
pinentry-program /usr/bin/pinentry-gnome3 pinentry-program /usr/bin/pinentry-gnome3
# SSH
enable-ssh-support
default-cache-ttl-ssh 21600 # 6 hours
max-cache-ttl-ssh 64800 # 18 hours