diff options
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 673478c..0000000 --- a/.gitconfig +++ /dev/null @@ -1,2 +0,0 @@ -[filter "gpgid"] - clean = /home/void/proj/dotfiles/utils/gpgidentity diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 01898de..4516810 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -2,7 +2,7 @@ if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne 0 ]; then eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)" - keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg IDENTITY #FILTERED + keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D #FILTERED exec startx > /dev/null 2>&1 exit fi |