Skip to content

Commit

Permalink
Update a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Stranathan committed Aug 12, 2019
1 parent a7677c1 commit 773a6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owiewestside.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function virtualenv_info {
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='${ret_status}%{$fg[white]%}$(virtualenv_info)%{$fg[yellow]%}$(whoami)@$(hostname):%{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"

0 comments on commit 773a6f1

Please sign in to comment.