Skip to content

Instantly share code, notes, and snippets.

@kid-icarus
Created May 9, 2013 17:17
Show Gist options
  • Save kid-icarus/5548985 to your computer and use it in GitHub Desktop.
Save kid-icarus/5548985 to your computer and use it in GitHub Desktop.
For grett
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