Fixed slight gaff in set_theme

This commit is contained in:
Simon Gomizelj 2011-11-28 13:10:14 -05:00
commit 7dc0913219

View file

@ -1,5 +1,5 @@
set_theme() {
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
source "$ZSH/themes/$1.zsh-theme"
}
random_theme() {