summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-13 20:18:46 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-13 20:18:46 +0200
commit949d2f7025cbfe4db316a3fc13199ac5c82d4b5b (patch)
tree60f196230405c88991d508bf674f09a16be0d56e /bin
parentd3311ada0ee90b20c6f4cf7d7ef2888c27dc3b87 (diff)
[zshrc] use exec and keychain identity
Add keychain identity on startup, this is more useful because with suspend I will only type the password once per day. Also it makes adding with keyadd faster. Also use exec to have less processes, don't know if it works though...
Diffstat (limited to 'bin')
-rwxr-xr-xbin/guiscripts/startw1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/guiscripts/startw b/bin/guiscripts/startw
index 768f401..9b35556 100755
--- a/bin/guiscripts/startw
+++ b/bin/guiscripts/startw
@@ -1,5 +1,6 @@
#!/bin/sh
eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)"
+eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D 2> /dev/null)"
Hyprland