From 0a471db63edcb0ba1fcfb6792e51b791de3fcb81 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Sun, 30 Aug 2015 16:46:28 +0100 Subject: Move autoload back to prompt.zsh to make testing easier --- prompt.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prompt.zsh') diff --git a/prompt.zsh b/prompt.zsh index 80c6f12..e996b77 100755 --- a/prompt.zsh +++ b/prompt.zsh @@ -5,6 +5,8 @@ args=$@ source "$dot/radar-base.sh" if is_repo; then + autoload colors && colors + prepare_zsh_colors printf '%s' "%{$fg_bold[black]%} git:(%{$reset_color%}" if show_remote_status $args; then -- cgit v1.2.3