summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMichael Holachek <michael.holachek@gmail.com>2011-12-26 12:20:02 -0500
committerMichael Holachek <michael.holachek@gmail.com>2011-12-26 12:20:02 -0500
commitf999fd8e121c1fd4d097c25be59c6020e1aed830 (patch)
tree32dcb6f17c5045c53cbca8bd4e893de72ccc957e /templates
parent54f17588b363fa20df592366b6dd693ce3b7c820 (diff)
downloadzsh-f999fd8e121c1fd4d097c25be59c6020e1aed830.tar.gz
zsh-f999fd8e121c1fd4d097c25be59c6020e1aed830.tar.bz2
zsh-f999fd8e121c1fd4d097c25be59c6020e1aed830.zip
Added example aliases in ZSH template. Added a new theme.
Example aliases allow for an easier way to open ZSH config file/folder in Textmate. New theme is mh.zsh-theme.
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 1ab40aba6..25cf4f233 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -7,6 +7,10 @@ ZSH=$HOME/.oh-my-zsh
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
+# Example aliases
+# alias zshconfig="mate ~/.zshrc"
+# alias ohmyzsh="mate ~/.oh-my-zsh"
+
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"