fix some issues not sourcing bashrc

This commit is contained in:
frosty 2024-05-29 13:26:43 +00:00
parent e95aae3aa6
commit 119b16e989

View file

@ -1,5 +1,2 @@
[ -f "$HOME/.profile" ] && . "$HOME/.profile" [ -f "$HOME/.profile" ] && . "$HOME/.profile"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
case "$-" in
*i*) [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" ;;
esac