From fd5c250e1cd5b55cdef364bd1029f5ad3ec49047 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Tue, 16 Jun 2020 22:31:04 -0400 Subject: [PATCH] tmux --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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