Headline hierarchy more readable

pferdefleisch 2012-01-10 01:56:27 -08:00
parent e59f955217
commit 3984a78a4b

@ -1,7 +1,7 @@
To try it out if you have just cloned it (to your home directory):
* @source ~/.oh-my-zsh/templates/zshrc.zsh-template@
h4. Commands:
h2. Commands:
* @tab@ - Create a new tab in the current directory (OS X - req enabling access for assistive devices under sys prefs)
* @take@ - Create a new directory and change to it, will create intermediate directories as required.
@ -11,7 +11,7 @@ h4. Commands:
* @upgrade_oh_my_zsh@ - Upgrade Oh-my-zsh
* @d@ - List last used directories; use @cd +n@ to switch to directory number @n@.
h4. Tab-completion:
h2. Tab-completion:
* @ls -(tab)@ - For options and helpful text of what they do
* @cap (tab)@
@ -21,14 +21,14 @@ h4. Tab-completion:
* @kill (tab)@
* @unrar (tab)@
h4. Git:
h2. Git:
h5. Dynamic access to current branch name with the current_branch function.
h3. Dynamic access to current branch name with the current_branch function.
* @git pull origin $(current_branch)@
* @grb publish $(current_branch) origin@
h5. Helpful aliases for common git tasks:
h3. Helpful aliases for common git tasks:
* @g@ - git
* @gst@ - git status
* @gl@ - git pull