diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-05 16:56:35 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-05 16:56:35 +0200 |
commit | c822f6016fd9e457252b2f37dfa0be3cde9fefc3 (patch) | |
tree | 6a27affea392ce2ae9fca2f244248e7619111ddd /config/essentials/zsh | |
parent | 608ac51729653a6253e746588d71557e39f8c02c (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh')
-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 |