Show pretty dots

This commit is contained in:
Jake Howard 2017-04-19 09:29:52 +01:00
parent afc0ac8dfc
commit ce68f5870c

View File

@ -33,6 +33,7 @@ export ARCHFLAGS="-arch x86_64"
autoload -Uz colors && colors
local ret_status="%(?:%{$fg_bold[green]%}λ :%{$fg_bold[red]%}λ )"
export PROMPT="${ret_status} %{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold[blue]%}%~%{$reset_color%}$ "
COMPLETION_WAITING_DOTS="true"
alias src="source $HOME/.zshrc"