Skip to content

Commit

Permalink
ion.zsh-theme: Use a blue prompt character after all
Browse files Browse the repository at this point in the history
  • Loading branch information
ion1 committed Jan 28, 2012
1 parent 8deb46e commit 653f148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/ion.zsh-theme
Expand Up @@ -20,7 +20,7 @@ add-zsh-hook precmd ohmyzsh_ion_precmd


local color_error="$fg_bold[red]" local color_error="$fg_bold[red]"
local color_info="$fg_bold[black]" local color_info="$fg_bold[black]"
local color_user="$fg_bold[cyan]" local color_user="$fg_bold[blue]"
local color_root="$fg_bold[red]" local color_root="$fg_bold[red]"


local newline=$'\n' local newline=$'\n'
Expand Down

0 comments on commit 653f148

Please sign in to comment.