📁 files(gpg): gpg-agent is now located on the root directory
issues with caching the password
This commit is contained in:
parent
247cc5e847
commit
3e0454e151
2 changed files with 5 additions and 2 deletions
|
@ -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 DOTNET_CLI_HOME $XDG_DATA_HOME/dotnet
|
||||
set -xg PNPM_HOME $XDG_DATA_HOME/pnpm
|
||||
set -xg GNUPGHOME $XDG_CONFIG_HOME/gnupg
|
||||
|
||||
# Path
|
||||
fish_add_path $XDG_BIN_HOME
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
enable-ssh-support
|
||||
default-cache-ttl 21600 # 6 hours
|
||||
max-cache-ttl 64800 # 18 hours
|
||||
|
||||
pinentry-program /usr/bin/pinentry-gnome3
|
||||
|
||||
# SSH
|
||||
enable-ssh-support
|
||||
default-cache-ttl-ssh 21600 # 6 hours
|
||||
max-cache-ttl-ssh 64800 # 18 hours
|
Loading…
Add table
Reference in a new issue