summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-19 17:30:04 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-19 17:30:04 +0100
commitf46ec18a0d4818b33fa1303f1aa78fec579a78b3 (patch)
tree3457fe8f178da3f7f6be76ae5e59b42af0262e73 /.bash_profile
parentnicer NULL in psql (diff)
parentredshift (diff)
downloaddotfiles-f46ec18a0d4818b33fa1303f1aa78fec579a78b3.tar.gz
dotfiles-f46ec18a0d4818b33fa1303f1aa78fec579a78b3.tar.bz2
dotfiles-f46ec18a0d4818b33fa1303f1aa78fec579a78b3.zip
Merge remote-tracking branch 'origin/master' into nautilus
Diffstat (limited to '.bash_profile')
-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 "$@"