diff options
Diffstat (limited to '.config/shells')
| -rw-r--r-- | .config/shells/zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc index 652d12f..aaeb7c7 100644 --- a/.config/shells/zsh/.zshrc +++ b/.config/shells/zsh/.zshrc @@ -1,6 +1,6 @@ -if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - exec tmux -fi +# if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then +# exec tmux +# fi source ~/.zprofile export SHELLDIR="$XDG_CONFIG_HOME/shells" |
