summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 3ce6850..e8b688e 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 "$@"
}
@@ -58,3 +56,7 @@ if [[ -z "$DISPLAY" ]]; then
exec startx >~/xsession-errors 2>&1
fi
+if [[ -z "$DBUS_SESSION_BUS_ADDRESS" && -e .dbus.env ]]; then
+ source .dbus.env
+fi
+