テーマの♪
文字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
。再現するための正確な手順を書いてください。