Merge branch 'master' into theming

Conflicts:
	templates/zshrc.arch-zsh-template
	templates/zshrc.zsh-template
This commit is contained in:
Simon Gomizelj 2011-11-28 14:00:26 -05:00
commit 8b5d590249
3 changed files with 22 additions and 1 deletions

View file

@ -7,3 +7,5 @@ random_theme() {
themes=($ZSH/themes/*zsh-theme)
source "$themes[$RANDOM%$#themes+1]"
}
compdef "_files -g '*.zsh'" set_theme