diff --git a/dot_bashrc b/dot_bashrc index ee1a15f..70c179a 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -5,6 +5,7 @@ # make sure ssh related variables are available in non-interactive sessions (useful for emacs' exec-path-from-shell) [[ -f "$HOME/.keychain/$HOSTNAME-sh" ]] && source "$HOME/.keychain/$HOSTNAME-sh" +eval $(keychain -q --eval id_ed25519) # if running interactively, run fish if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]] then