mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
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:
parent
d4545c7a9c
commit
3072b06211
4 changed files with 16 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
omz_log_msg() {
|
||||
[[ ! -d $OMZ ]] && mkdir $OMZ
|
||||
echo "$@" >> $OMZ/omz.log
|
||||
echo "$@" >> $OMZ/omz.log >&2
|
||||
}
|
||||
|
||||
omzlog() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue