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:
parent
6dbd087670
commit
dd1bb981fb
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ function {
|
||||||
if [ "$SHLVL" -le 1 ] \
|
if [ "$SHLVL" -le 1 ] \
|
||||||
&& [ "${TERM#screen}" = "$TERM" ] \
|
&& [ "${TERM#screen}" = "$TERM" ] \
|
||||||
&& [ "${TERM#tmux}" = "$TERM" ] \
|
&& [ "${TERM#tmux}" = "$TERM" ] \
|
||||||
|
&& [ -z "$ALACRITTY_LOG" ] \
|
||||||
&& (( $+commands[tmux] ))
|
&& (( $+commands[tmux] ))
|
||||||
then
|
then
|
||||||
# create a new session called "what" or attach if it already exists
|
# create a new session called "what" or attach if it already exists
|
||||||
|
|
Loading…
Add table
Reference in a new issue