gpg changes
This commit is contained in:
parent
a6675310b2
commit
f90884e018
3 changed files with 7 additions and 1 deletions
5
.config/gnupg/gpg-agent.conf
Normal file
5
.config/gnupg/gpg-agent.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
enable-ssh-support
|
||||||
|
pinentry-program /usr/bin/pinentry-dmenu
|
||||||
|
default-cache-ttl 600
|
||||||
|
max-cache-ttl 7200
|
||||||
|
write-env-file ~/.config/gnupg/gpg-agent-info
|
|
@ -79,7 +79,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/.config}/gtk-2.0/gtkrc-2.0"
|
||||||
export LESSHISTFILE="-"
|
export LESSHISTFILE="-"
|
||||||
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||||
export INPUTRC="$XDG_CONFIG_HOME/shell/inputrc"
|
export INPUTRC="$XDG_CONFIG_HOME/shell/inputrc"
|
||||||
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
||||||
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
|
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
|
||||||
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
|
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
|
||||||
export ANDROID_HOME="$XDG_DATA_HOME/android"
|
export ANDROID_HOME="$XDG_DATA_HOME/android"
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@
|
||||||
.config/nvim/spell/de.utf-8.add.spl
|
.config/nvim/spell/de.utf-8.add.spl
|
||||||
.config/nvim/spell/en.utf-8.add.spl
|
.config/nvim/spell/en.utf-8.add.spl
|
||||||
.local/share/xkb/compiled/keymap
|
.local/share/xkb/compiled/keymap
|
||||||
|
.config/git/host-setup
|
||||||
|
|
Loading…
Add table
Reference in a new issue