From 14eae43ec9ba2bc7ee95a78cb6232464940730f5 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Thu, 6 Aug 2015 09:14:20 +0100 Subject: Provide colors for bash as well as Zsh --- prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompt.sh') diff --git a/prompt.sh b/prompt.sh index 0828b5e..82155fb 100755 --- a/prompt.sh +++ b/prompt.sh @@ -18,6 +18,6 @@ else local_behind="" fi -prompt="$(branch_name)$local_behind$local_ahead $(zsh_color_changes_status)" +prompt="$(branch_name)$local_behind$local_ahead $(bash_color_changes_status)" echo $prompt -- cgit v1.2.3