I work with tmux + iTerm2 integrated (tmux -CC
). All works fine, besides that in zsh I get strange %
at the beginning of line:
user@user] date
Fri Apr 11 03:12:39 PDT 2014
%
user@user]
I know that zsh signals with %
that there is no \n
at the end of line, but I am not sure what to do to get rid of it, or force tmux/iterm to use proper line endings
When I work with tmux + zsh and iterm not integreated, then I don't have the problem.
I tried (without success)
tmux -CC -u
unset PROMPT_SP