diff --git a/.profile b/.profile index 1b7d95f..4357a21 100755 --- a/.profile +++ b/.profile @@ -11,7 +11,7 @@ export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" -[ -f ~/.bashrc ] && source "$HOME/.bashrc" +[ "$SHELL" -eq "bash"] && [ -f ~/.bashrc ] && source "$HOME/.bashrc" [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx diff --git a/.zshrc b/.zshrc index 8ee6b53..db55328 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,8 @@ setopt autocd bindkey -v # End of lines configured by zsh-newuser-install - +# why wont it run my profile lol +source .profile