소스 검색

Update zsh prompt config.

cray
Mitch Tishmack 10 년 전
부모
커밋
09bd5b29a6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      zsh/.zshrc

+ 2
- 2
zsh/.zshrc 파일 보기

@@ -162,5 +162,5 @@ zstyle ':vcs_info:*' actionformats "%a $branch"
zstyle ':vcs_info:*' stagedstr "%{$fg[blue]%}S"
zstyle ':vcs_info:*' unstagedstr "%{$fg[blue]%}M"
zstyle ':vcs_info:git*+set-message:*' hooks git-untracked git-st
PROMPT="$userat:$pwd$userchar "
RPROMPT='${vcs_info_msg_0_}'
PROMPT="%(!.#.$) " # $ as a user # as root
RPROMPT='${vcs_info_msg_0_} ${PWD/#$HOME/~}'

불러오는 중...
취소
저장