Update .bashrc

This commit is contained in:
Anthony Rodriguez 2024-02-01 13:10:28 +01:00
parent ff6c74fc5e
commit cafea4b32c
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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