Skip to content

Commit

Permalink
zsh: behelit theme: Change prompt symbol to ◼
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Dec 23, 2016
1 parent b3b1676 commit 0e4ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .oh-my-zsh.custom/themes/behelit.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local git_branch='$(git_prompt_info)%{$reset_color%}'
local return_code="%(?..%{$fg[red]%}[%?]%{$reset_color%})"

PROMPT="${date_time} ${user_host} ${current_dir} ${git_branch}
%{$terminfo[bold]%}%{$fg[red]%}λ%{$reset_color%} "
%{$terminfo[bold]%}%{$fg[red]%}%{$reset_color%} "
RPS1="${return_code}"

ZSH_THEME_GIT_PROMPT_PREFIX="%{$terminfo[bold]%}%{$fg[red]%} "
Expand Down

0 comments on commit 0e4ac32

Please sign in to comment.