Created
May 9, 2013 17:17
-
-
Save kid-icarus/5548985 to your computer and use it in GitHub Desktop.
For grett
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme | |
index a9de8c8..ac71a38 100644 | |
--- a/themes/agnoster.zsh-theme | |
+++ b/themes/agnoster.zsh-theme | |
@@ -63,7 +63,7 @@ prompt_context() { | |
local user=`whoami` | |
if [[ "$user" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then | |
- prompt_segment black default "%(!.%{%F{yellow}%}.)$user@%m" | |
+ prompt_segment 252 default "%(!.%{%F{yellow}%}.)$user@%m" | |
fi | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment