From 67293f0a32c88ec5e0fcf49c60604067ef6747c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Fu=CC=88lling?= Date: Thu, 27 Aug 2015 11:05:45 +0200 Subject: [PATCH] changed current working dir color to white --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 3a0c58b89..608a061b2 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -145,7 +145,7 @@ prompt_hg() { # Dir: current working directory prompt_dir() { - prompt_segment blue black '%~' + prompt_segment blue white '%~' } # Virtualenv: current working virtualenv