diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-22 14:50:36 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-22 14:50:36 -0700 |
commit | 16f191ab62615046b93e04a2ca73eab6a5f9f45a (patch) | |
tree | 7c926100d0ae2a5693b30a8f8dca74efa84344fa /plugins/brew/brew.plugin.zsh | |
parent | cd03efc2e5abc2925a0fe4e17f900bae0858b451 (diff) | |
parent | 3477ff25274fa75bd9e6110f391f6ad98ca2af72 (diff) | |
download | zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.tar.gz zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.tar.bz2 zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/brew/brew.plugin.zsh')
-rw-r--r-- | plugins/brew/brew.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh index d4289c98e..6fb7f3453 100644 --- a/plugins/brew/brew.plugin.zsh +++ b/plugins/brew/brew.plugin.zsh @@ -3,7 +3,7 @@ alias bubo='brew update && brew outdated' alias bubc='brew upgrade && brew cleanup' alias bubu='bubo && bubc' -if mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then +if command mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then print -P '%F{yellow}'Oh My Zsh brew plugin: cat <<-'EOF' |