diff options
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index ea87fff..3937743 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -143,4 +143,6 @@ setopt interactivecomments setopt notify # setopt cdablevars +# NOTE: depends on `tmux' alias +[ "$TMUX" ] || tmux # zprof |