Browse code

Updating README with info about themes

Robby Russell authored on 31/08/2009 at 15:12:45
Showing 1 changed files
... ...
@@ -38,6 +38,7 @@ TODO: Update this..
38 38
 * Rake autocomplete: @rake (tab)@. Will generate a cache of all your rake tasks and then let you auto-complete and/or select the task to run.
39 39
 * ssh autocomplete: @ssh (tab)@ or @scp (tab)@
40 40
 * Git branch, it'll tell you which branch you're in when you're in a git repository directory.
41
+* Theme support: Change the @ZSH_THEME@ environment variable in @~/.zshrc@.
41 42
 * much much more..
42 43
 
43 44
 h2. Thanks
... ...
@@ -49,4 +50,7 @@ h2. Help out!
49 49
 
50 50
 I'm far from being a zsh-expert and suspect there are many ways to improve. If you have ideas on how to make the configuration easier to maintain (and faster), don't hesitate to fork and send pull requests!
51 51
 
52
+h3. Send us your theme!
53
+
54
+I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
52 55