J'utilise du ♪
caractère dans mon zsh
thème pour l'invite. Mais dans tmux, mon invite se comportait bizarrement, montrant des espaces supplémentaires, comme ceci:
♪ ~ 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
J'ai récemment découvert que je peux définir l'encodage tmux sur utf8 par set-window-option -g utf8 on
. Ce faisant, le problème d'espace avait disparu, mais le ♪
personnage a changé en _
. Comment puis-je me ♪
remettre tmux
?
Mon thème 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
travailler pour moinot found cmd
. Veuillez écrire les étapes exactes pour le reproduire.