diff options
author | Robby Russell <robby@planetargon.com> | 2011-12-26 10:09:09 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-12-26 10:09:09 -0800 |
commit | c41807c82fa21e1fcdb18af03a428b88bf2d9673 (patch) | |
tree | 4526e933f43a4a23badb7a622d7353dbc672e461 /templates | |
parent | 0407eb000fe3460c7bc5c2638b9b8acce99af827 (diff) | |
parent | f999fd8e121c1fd4d097c25be59c6020e1aed830 (diff) | |
download | zsh-c41807c82fa21e1fcdb18af03a428b88bf2d9673.tar.gz zsh-c41807c82fa21e1fcdb18af03a428b88bf2d9673.tar.bz2 zsh-c41807c82fa21e1fcdb18af03a428b88bf2d9673.zip |
Merge pull request #776 from mytechnix/master
Added examples aliases in ZSH config template and new theme.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 64b1ece69..e52553241 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" |