Improved the logging library so you are informed of any errors, and moved the archblue theme to default.zsh-theme.

This commit is contained in:
ArcheyDevil 2012-02-12 18:47:24 +11:00
commit 3072b06211
4 changed files with 16 additions and 14 deletions

View file

@ -1,6 +1,6 @@
omz_log_msg() {
[[ ! -d $OMZ ]] && mkdir $OMZ
echo "$@" >> $OMZ/omz.log
echo "$@" >> $OMZ/omz.log >&2
}
omzlog() {