diff options
Diffstat (limited to 'home/shell/zsh')
-rw-r--r-- | home/shell/zsh/prompt.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/shell/zsh/prompt.zsh b/home/shell/zsh/prompt.zsh index 8473f72..fe93924 100644 --- a/home/shell/zsh/prompt.zsh +++ b/home/shell/zsh/prompt.zsh @@ -7,7 +7,7 @@ zstyle ':vcs_info:git*' formats "[%b]" zstyle ':vcs_info:*' enable git precmd () { vcs_info } -PROMPT="%K{cyan}%F{black}%n@%m%k%F{yellow}%~%f %F{green}${vcs_info_msg_0_}%f%% " +PROMPT='%m%f %F{yellow}$vcs_info_msg_0_ %F{green}%~%f %F{reset}' # For tramp (emacs). if [ "$TERM" = "dumb" ]; then |