fixed a little bug, could be re-implemented and fixed, but for now; removed

This commit is contained in:
James McGlashan 2011-12-06 17:46:35 +11:00
commit 1c950ceb91

3
omz
View file

@ -38,8 +38,7 @@ omz() {
"theme")
local theme
zstyle -a :omz:style theme theme
[[ -f {$OMZ,$ZSH}/themes/$2.zsh-theme(N) ]] && theme=$2 || omz_log_msg "Theme: $2 not found."
set_theme $theme
set_theme ${2:-$theme}
;;
*)
echo "$0: invalid command $1" 2>&1