diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-29 14:42:11 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-29 14:42:11 +0100 |
commit | 76a8d3424615b7f0cf89e83a146f513074f69d05 (patch) | |
tree | 15aae8e1d50cc5e7b8cd9cc4cd4713494f64ec08 /config | |
parent | 8ce0700f526e1292f266ecc5e744dd69d763c6e0 (diff) |
checkpoint
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index fab663e..ea87fff 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -5,7 +5,10 @@ PATH="$PATH:$HOME/proj/metac/misc" 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 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D #FILTERED + if [ "$(hostname)" = "spring" ] + then + keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D #FILTERED + fi exec startx > /dev/null 2>&1 exit fi |