From ce68f5870c4357ff5ece7f8a987efc788f1d9468 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 19 Apr 2017 09:29:52 +0100 Subject: [PATCH] Show pretty dots --- bash/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.zshrc b/bash/.zshrc index eb4f8e9..8209ee1 100644 --- a/bash/.zshrc +++ b/bash/.zshrc @@ -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"