commit 98241b30abc1e55af5abcaa49f032dd822a17100 parent f6da1572a9fb6bca4498c41972ace34ef5c3af28 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 25 Jun 2020 01:31:38 -0400 Remove auto-tmux, swallowing not working Diffstat:
M | .bashrc | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.bashrc b/.bashrc @@ -82,10 +82,10 @@ fi # 2. TERM variable does not indicate we are in a screen or tmux session already # 3. The environment variable TMUX is not set # 4. We are not on /dev/tty1 to allow X to start -if [ -n "$PS1" ] && - [ ! "$TERM" = "screen" ] && - [ ! "$TERM" = "tmux" ] && - [ -z "$TMUX" ] && - [ $(tty) != "/dev/tty1" ]; then - exec tmux -fi +# if [ -n "$PS1" ] && +# [ ! "$TERM" = "screen" ] && +# [ ! "$TERM" = "tmux" ] && +# [ -z "$TMUX" ] && +# [ $(tty) != "/dev/tty1" ]; then +# exec tmux +# fi