oh-my-zshã使ããã«ããã³ããã«gitã®æ å ±ã表示ããã
vcs_info
ã¨ããzsh
ã®æ¡å¼µæ©è½ã使ãã°å®ç¾ã§ããã
ã§ããã
ä¾
.zscrh
ã®ä¸ã«ãããªæãã§æ¸ãã
autoload -Uz vcs_info ## ããã³ããã表示ãããæ¯ã«å®è¡ãããé¢æ° precmd () { vcs_info } ## prompt ### vcs_info 表示å 容ãã«ã¹ã¿ãã¤ãº zstyle ':vcs_info:git:*' check-for-changes true zstyle ':vcs_info:git:*' stagedstr "%F{yellow}!" zstyle ':vcs_info:git:*' unstagedstr "%F{red}+" zstyle ':vcs_info:*' formats "%F{green}%c%u[%b]%f" zstyle ':vcs_info:*' actionformats '[%b|%a]' setopt prompt_subst ### ããã³ããã«vcs_infoãçæããæ å ±ã表示ãã PROMPT="%F{green}ââ %~ %f"'${vcs_info_msg_0_}'" %F{green}â°â%B$%b %f"
ã¤ã¥ã
詳ããã¯ãããèªã or ã°ã°ãã