mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge pull request #2 from gdiscry/patch-1
fix typo when calling omz_log_msg Thank you gdiscry!
This commit is contained in:
commit
e88073f58f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,5 +36,5 @@ if (( $+commands[tmux] )); then
|
||||||
|| tmux attach -t $1
|
|| tmux attach -t $1
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
omz_log_mgs "tmux: plugin requires tmux"
|
omz_log_msg "tmux: plugin requires tmux"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue