1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

don't run tmux from alacritty (for now)

This commit is contained in:
Connor Olding 2022-01-08 21:16:32 -08:00
parent 6dbd087670
commit dd1bb981fb

View file

@ -38,6 +38,7 @@ function {
if [ "$SHLVL" -le 1 ] \
&& [ "${TERM#screen}" = "$TERM" ] \
&& [ "${TERM#tmux}" = "$TERM" ] \
&& [ -z "$ALACRITTY_LOG" ] \
&& (( $+commands[tmux] ))
then
# create a new session called "what" or attach if it already exists