I just started using and customising urxvt and it turns out that my agnoster theme for oh-my-zsh produces symbols/text in place of where the arrows should be. Here are some screenshots:
Thanks in advance.
I just started using and customising urxvt and it turns out that my agnoster theme for oh-my-zsh produces symbols/text in place of where the arrows should be. Here are some screenshots:
Thanks in advance.
You need to set a powerline enabled font. For example to set Inconsolata for Powerline as your font, install the font and edit your
~/.Xdefaults
file and setThis will make urxvt use the
Terminus
font by default but fall back toInconsolata for Powerline
for characters not inTerminus
, such as the arrows, large angle brackets, VCS characters etc.Check out the powerline documentation for more tips.