summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-07-03 10:03:17 +0100
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-07-03 10:03:17 +0100
commit3bcdfc4099c712c04dd7ddb8151c31433cab2c09 (patch)
tree03231df723fe9eab8cfe40472c8e9e9f9cacdbe1
parentuse xrandr-aware gamma (diff)
downloaddotfiles-3bcdfc4099c712c04dd7ddb8151c31433cab2c09.tar.gz
dotfiles-3bcdfc4099c712c04dd7ddb8151c31433cab2c09.tar.bz2
dotfiles-3bcdfc4099c712c04dd7ddb8151c31433cab2c09.zip
fix keychain usage
turns out, --noask means "don't add keys", not "only add keys that don't need a passphrase"
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 923f310..f2d8ae7 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -11,7 +11,7 @@ source ~/perl5/perlbrew/etc/bashrc
export PATH="${HOME}/bin:${PATH}"
export GPG_TTY="$(tty)"
-eval "$(keychain --eval --noask --inherit any-once --agents gpg,ssh id_rsa id_ed25519 75193F88 D7A5DBBE)"
+eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)"
function e() {
emacsclient "$@"