5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

zsh の prezto の sorin テーマのプロンプトの右端に表示されるインジケータの意味

Last updated at Posted at 2018-08-11

sorin prompt

sorin1テーマの右端に出てくるやつらは一体何なのか。
よくわからないものもありますが、ソース2を見た範囲でまとめます。
間違っていたら教えてやってください。

git 関連

インジケータ 意味 備考
master(とか) 今いるブランチ
ステージングしてない変更ファイルあり git addすると✚に変化
◼   gitで管理してないファイルあり git addすると✚に変化
コミットしてないファイルあり git commitすると⬆に変化
⬆   pushしてないファイルあり git pushすると消える
⬇   今の作業ツリーがbehind? behind
✭   スタッシュあり     git stash popすると消える
✖   git rmしたものあり? deleted
➜   git mvしたものあり? renamed
═   mergeしてないブランチにいる? unmerged
  不明 action
  不明 commit
  不明 position
  不明 keys

その他

インジケータ 意味 備考
前回のコマンドが失敗した 右の数字は exit status
♺   不明    overwrite
  python info? virtualenv

テーマの変えかた

ちなみに、テーマを変えたいときは~/.zpreztorcファイルに追加。
こちらの環境では119行目あたり。

~/.zpreztorc
113 # Prompt
114 #
115
116 # Set the prompt theme to load.
117 # Setting it to 'random' loads a random theme.
118 # Auto set to 'off' on dumb terminals.
119 zstyle ':prezto:module:prompt' theme 'sorin'
120

盆休みにgitと戯れる日々はつづく。

参考

prezto - The configuration framework for Zsh
Zsh + Prezto で快適コマンド環境を構築する

  1. 何度も他のテーマに変えてはみるけど、いつのまにかsorinテーマに戻って来るんすよね。

  2. ~/.zprezto/modules/prompt/functions/prompt_sorin_setup

5
6
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
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?