diff --git a/.profile b/.profile index 1cd4cdd..b704c2a 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,5 @@ if getent passwd $LOGNAME | cut -d: -f7 | grep fish; then source $HOME/.config/fish/config.fish -elif getent passwd $LOGNAME | cut -d: -f7 | grep fish; then +elif getent passwd $LOGNAME | cut -d: -f7 | grep bash; then source $HOME/.bashrc fi