Show pretty dots
This commit is contained in:
parent
afc0ac8dfc
commit
ce68f5870c
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export ARCHFLAGS="-arch x86_64"
|
||||||
autoload -Uz colors && colors
|
autoload -Uz colors && colors
|
||||||
local ret_status="%(?:%{$fg_bold[green]%}λ :%{$fg_bold[red]%}λ )"
|
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%}$ "
|
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"
|
alias src="source $HOME/.zshrc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue