Skip to content

Instantly share code, notes, and snippets.

@jmcbee
Created October 29, 2014 12:47
Show Gist options
  • Save jmcbee/6f8bf75af967c7207e43 to your computer and use it in GitHub Desktop.
Save jmcbee/6f8bf75af967c7207e43 to your computer and use it in GitHub Desktop.
diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc
index a54fdb0..7dafc6a 100644
--- a/runcoms/zpreztorc
+++ b/runcoms/zpreztorc
@@ -32,7 +32,8 @@ zstyle ':prezto:load' pmodule \
'spectrum' \
'utility' \
'completion' \
- 'prompt'
+ 'prompt' \
+ 'git'
#
# Editor
@@ -85,7 +86,7 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# Set the prompt theme to load.
# Setting it to 'random' loads a random theme.
# Auto set to 'off' on dumb terminals.
-zstyle ':prezto:module:prompt' theme 'sorin'
+zstyle ':prezto:module:prompt' theme 'peepcode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment