diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:37:27 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:37:27 +0100 |
commit | 075b7bbb4b5a8eba9efe13f0268c35117ef28bb1 (patch) | |
tree | e22cf732a1887c9e23bc4950e364e98e5c800cd4 /config | |
parent | 0fdbd3c2aa6bcf3fae31fd94cf57cef5b04204b5 (diff) |
added: (zshrc) keychain startup commands
Diffstat (limited to 'config')
-rw-r--r-- | config/zshrc/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index 7ce2e64..167af0b 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -9,7 +9,8 @@ test -f ~/.config/zsh/variables.zsh && source ~/.config/zsh/variables.zsh if [ ! $(pgrep Xorg) ] && [ "tty1" = "$(basename $(tty))" ] then clear - test -f ~/.config/zsh/startup.sh && . ~/.config/zsh/startup.sh + eval `keychain --eval --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D` + eval `keychain --noask --eval --quiet --agents ssh` startx 2&> /dev/null exit fi |