Browse code

updated the readme

toabi authored on 06/06/2010 at 14:14:13
Showing 1 changed files
... ...
@@ -27,22 +27,19 @@ h3. The manual way
27 27
 
28 28
   @chsh -s /bin/zsh@
29 29
 
30
-4. Start / restart zsh (open a new terminal is easy enough..)
30
+4. Start / restart zsh (open a new terminal is easy enough...)
31 31
 
32 32
 h3. Problems?
33 33
 
34
-You _might_ need to modify your PATH in ~/.zshrc if you're not able to find some commands after switching to oh-my-zsh.
34
+You _might_ need to modify your PATH in ~/.zshrc if you're not able to find some commands after switching to _Oh My Zsh_.
35 35
 
36 36
 h2. Usage
37 37
 
38
-TODO: Update this..
39
-
40
-* 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.
41
-* ssh autocomplete: @ssh (tab)@ or @scp (tab)@
42
-* Git branch, it'll tell you which branch you're in when you're in a git repository directory.
38
+* enable the plugins you want in your @~/.zshrc@ (take a look at @plugins/@ to see what's possible)
39
+** example: @plugins=(git osx ruby)@
43 40
 * Theme support: Change the @ZSH_THEME@ environment variable in @~/.zshrc@.
44
-** Take a look at the "current themes":http://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with Oh My Zsh.
45
-* much much more..
41
+** Take a look at the "current themes":http://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_.
42
+* much much more...  take a look at @lib/@ what _Oh My Zsh_ offers...
46 43
 
47 44
 h2. Useful
48 45
 
... ...
@@ -51,6 +48,7 @@ the "refcard":http://www.bash2zsh.com/zsh_refcard/refcard.pdf is pretty tasty fo
51 51
 h3. Customization
52 52
 
53 53
 If you want to override any of the default behavior, just add a new file (ending in @.zsh@) into the @custom/@ directory.
54
+If you have many functions which go good together you can put them as a *.plugin.zsh file in the @plugin/@ directory and then enable this plugin.
54 55
 
55 56
 h3. Uninstalling
56 57
 
... ...
@@ -68,8 +66,4 @@ I'm far from being a zsh-expert and suspect there are many ways to improve. If y
68 68
 
69 69
 h3. Send us your theme!
70 70
 
71
-I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
72
-
73
-h3. Todo from imajes:
74
-
75
-* need to make the title bar support git folder
76 71
\ No newline at end of file
72
+I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
77 73
\ No newline at end of file