summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-01-04 10:50:44 +0000
committerdakkar <dakkar@thenautilus.net>2022-01-04 10:50:44 +0000
commit4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544 (patch)
tree7b7078960deb9da92c2225fa174e8eae50d95f11 /.bash_profile
parentautostart x11 (diff)
downloaddotfiles-4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544.tar.gz
dotfiles-4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544.tar.bz2
dotfiles-4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544.zip
media player fixes
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 "$@"
}