diff --git a/.profile b/.profile index 4357a21..f4f1afa 100755 --- a/.profile +++ b/.profile @@ -11,9 +11,9 @@ export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" -[ "$SHELL" -eq "bash"] && [ -f ~/.bashrc ] && source "$HOME/.bashrc" +[ "$SHELL" = "bash" ] && [ -f ~/.bashrc ] && source "$HOME/.bashrc" [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx -[[ -n "$TMUX" ]] && source .bashrc +[[ -n "$TMUX" ]] && source .zshrc