Update .bashrc

This commit is contained in:
Anthony Rodriguez 2024-03-14 09:06:40 +01:00
parent 2c3e07854a
commit ca5ea4d376
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -2,10 +2,6 @@
# ~/.bashrc # ~/.bashrc
# #
# 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 running interactively, run fish
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]] if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]
then then