Skip to content

Commit

Permalink
Color the ends of the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
factotvm committed Apr 14, 2015
1 parent defb76a commit 74162c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link/zsh/config/prompt.zsh
Expand Up @@ -16,7 +16,7 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-untracked git-aheadbehind git-re
# zstyle ':vcs_info:*+*:*' debug true

setopt prompt_subst
PROMPT='%~ ${vcs_info_msg_0_// /} %# '
PROMPT='%F{240}%~%f ${vcs_info_msg_0_// /} %F{240}%#%f '
#RPROMPT='%D{%b %d %H:%S}'

### git: Show marker (T) if there are untracked files in repository
Expand Down

0 comments on commit 74162c2

Please sign in to comment.