Hello,
I've noticed the following weird behavior recently:
* http://screencast.com/t/D66QYU2PEh6
Does anyone have any idea about what it can be? I've emptied the
~/.tmux.conf file just in case. I can share my dotfiles if needed.
Thanks,
-F
-
On Wed, Jul 27, 2011 at 15:02, Nicholas Marriott
wrote:
> What do you have in PS1?
%{$fg[cyan]%}%1~%{$reset_color%}%{$fg[red]%}|%{$reset_color%}$(git_prompt_info)%{$fg[cyan]%}=>%{$reset_color%}
from:
*
https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/miloshadzic.zsh-theme
> Plea
On Jul 28, 2011, at 1:08 AM, Nicholas Marriott wrote:
> Your prompt has a UTF-8 character \342\207\222 which appears to be some
> sort of arrow.
it is indeed an arrow, but before that, an equal sign is displayed.
However, the video that I posted shows that this arrow is perfectly visible.
>
On Jul 28, 2011, at 12:07 PM, Nicholas Marriott wrote:
> Are you sure you have UTF-8 enabled in tmux? Check tmux lsc and tmux
> showw -g|grep utf8.
for some reason I assumed that LANG sufficed. Once exported LC_ALL="UTF8"
as well, everything started to work.
Thanks. Cheers,
-F
-