Browse Source

Merge pull request #776 from mytechnix/master

Added examples aliases in ZSH config template and new theme.
Robby Russell 12 years ago
parent
commit
c41807c82f
2 changed files with 28 additions and 0 deletions
  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"
 

File diff suppressed because it is too large
+ 24 - 0
themes/mh.zsh-theme