summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 3ce6850..4b87c78 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -9,8 +9,6 @@ source ~/perl5/perlbrew/etc/bashrc
export PATH="${HOME}/bin:${HOME}/.raku/bin:${PATH}"
export GPG_TTY="$(tty)"
-eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)"
-
function e() {
emacsclient -n "$@"
}