Ver a proveniência

Update zsh prompt config.

cray
Mitch Tishmack há 10 anos
ascendente
cometimento
09bd5b29a6
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      zsh/.zshrc

+ 2
- 2
zsh/.zshrc Ver ficheiro

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

Carregando…
Cancelar
Guardar