我♪
在zsh
主题的提示中使用字符。但是在tmux中,我的提示很奇怪,显示了额外的空格,如下所示:
♪ ~ I can type from here
♪ ~ Instead of here like in zsh, and sometimes when I do stuff like cd
♪ ~ cd ~
♪ ~ cdcd /
♪ ~ ^^These 2 chars just show up but are not actually part of command and not delete-able
我最近发现,可以通过将tmux编码设置为utf8 set-window-option -g utf8 on
。这样做后,空间问题消失了,但♪
角色变成了_
。我怎样才能♪
回来tmux
?
我的zsh主题:
PROMPT='%{$fg_bold[cyan]%} ♪ %{$fg[blue]%}%c%{$fg_bold[blue]%}$(git_prompt_info)$(git_remote_status)%{$fg_bold[blue]%} % %{$reset_color%}'
set-window-option
为我工作not found cmd
。请写出重现它的确切步骤。