Procházet zdrojové kódy

Update zsh prompt config.

cray
Mitch Tishmack před 10 roky
rodič
revize
09bd5b29a6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      zsh/.zshrc

+ 2
- 2
zsh/.zshrc Zobrazit soubor

@@ -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/~}'

Načítá se…
Zrušit
Uložit