diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 16:14:35 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 16:14:35 +0100 |
commit | 1d76f8a4b2a7df45d32d33dcdf4bc0463c7aa0bc (patch) | |
tree | 4d89d0a69dcdbb5ab7fd68ef99b8071fe803f43e | |
parent | 6d18189f7f1a97eb879cb55d35ab41fecb74b07b (diff) |
checkpoint
-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 |