diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-06-06 17:29:27 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-06-06 17:29:27 +0200 |
| commit | 755bb6cf7f8c69898c0fb55086c0b86510a03431 (patch) | |
| tree | ddcdca2ef03466d82b138189bdf477654d646936 /config/essentials | |
| parent | c3c2050d2a6dda58f2ecaaa95da5855e7ca4a264 (diff) | |
checkpoint
Diffstat (limited to 'config/essentials')
| -rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 6b8a910..2558ee2 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -8,7 +8,7 @@ if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)" if [ "$(hostname)" = "spring" ] then - keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D #FILTERED + keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D fi exec startx > /dev/null 2>&1 exit |
