fix tmux being weird

This commit is contained in:
Linux User 2020-07-21 17:56:34 -04:00
parent b5707b6476
commit 94c2ea87bd
2 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,5 @@ export LC_ALL="en_US.UTF-8"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx
[[ -n "$TMUX" ]] && source .zshrc
#[[ -n "$TMUX" ]] && source .zshrc

2
.tmux.conf Normal file
View File

@ -0,0 +1,2 @@
set -g default-shell /bin/zsh
set -g default-command /bin/zsh