Merge branch 'master' of github.com:jamesm-sitegen/oh-my-zsh

This commit is contained in:
Simon Gomizelj 2011-12-01 16:40:35 -05:00
commit 017e6f7803
4 changed files with 20 additions and 21 deletions

View file

@ -1,7 +1,7 @@
# Check /etc/zsh/zshrc for system defaults.
ZSH_THEME="arch-blue"
zstyle :omz:style theme "arch-blue"
plugins=(archlinux sprunge git github)
load_oh_my_zshell
omz_init

View file

@ -1,8 +1,9 @@
ZSH=/usr/share/oh-my-zsh
zstyle -a :omz theme "arch-blue"
zstyle :omz:style theme "arch-blue"
plugins=(archlinux sprunge)
omz_init(){
omz_init() {
source $ZSH/oh-my-zsh.zsh
}