Update .bashrc

This commit is contained in:
Anthony Rodriguez 2024-03-20 17:02:33 +01:00
parent 98188027c3
commit bcbf5282b8
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -8,3 +8,4 @@ then
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=''
exec fish $LOGIN_OPTION
fi
. "$HOME/.cargo/env"