浏览代码

Merge pull request #776 from mytechnix/master

Added examples aliases in ZSH config template and new theme.
Robby Russell 12 年之前
父节点
当前提交
c41807c82f
共有 2 个文件被更改,包括 28 次插入0 次删除
  1. 4 0
      templates/zshrc.zsh-template
  2. 24 0
      themes/mh.zsh-theme

+ 4 - 0
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"
 

文件差异内容过多而无法显示
+ 24 - 0
themes/mh.zsh-theme