LoginSignup
7
1

More than 5 years have passed since last update.

zshのRPROMPTがずれるのを直す

Posted at

RPROMPTがずれる

↑の記事でも言われているとおり、RPROMPTで以下のような色指定をすると表示がずれる。

RPROMPT="${fg[cyan]}%~${reset_color}

色指定を %{ %} で囲めばOK

RPROMPT="%{${fg[cyan]}%}%~%{${reset_color}%}

これでずれなくなりました。

7
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
1