diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -67,6 +67,12 @@ set_prompt source $HOME/.zprofile -if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - exec tmux +# if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then +# # zellij +# # TERM="screen-256color" && exec tmux +# # exec tmux +# fi + +if command -v zellij &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$ZELLIJ" ]; then + exec zellij fi |