From 94c2ea87bd149ec6ff27f6dac3d4e63d33b1cc06 Mon Sep 17 00:00:00 2001 From: Linux User Date: Tue, 21 Jul 2020 17:56:34 -0400 Subject: [PATCH] fix tmux being weird --- .profile | 2 +- .tmux.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .tmux.conf diff --git a/.profile b/.profile index f4f1afa..42cd865 100755 --- a/.profile +++ b/.profile @@ -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 diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..a247e02 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,2 @@ +set -g default-shell /bin/zsh +set -g default-command /bin/zsh