mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
the wasn't quoted, cleaner this way.
This commit is contained in:
parent
8076f83ca6
commit
29efd6f739
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
omz_log_msg() {
|
||||
[[ ! -d $OMZ ]] && mkdir $OMZ
|
||||
echo $@ >> $OMZ/omz.log
|
||||
echo "$@" >> $OMZ/omz.log
|
||||
}
|
||||
|
||||
omzlog() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue