mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'master' of github.com:jamesm-sitegen/oh-my-zsh
Conflicts: omz
This commit is contained in:
commit
f31cd6a94e
1 changed files with 2 additions and 2 deletions
4
omz
4
omz
|
|
@ -48,8 +48,8 @@ omz() {
|
|||
# for plugin ($fpath/*.plugin.zsh(N)) source $plugin
|
||||
for plugin ($plugins); do
|
||||
plugin_sub=$(basename $plugin)
|
||||
if [[ -f $OMZ/plugins/$plugin/$plugin_sub.plugin.zsh ]]; then
|
||||
source $OMZ/plugins/$plugin/$plugin_sub.plugin.zsh
|
||||
if [[ -f $OMZ/plugins/$plugin/$plugin_sub.plugin.zsh ]]; then
|
||||
source $OMZ/plugins/$plugin/$plugin_sub.plugin.zsh
|
||||
elif [[ -f $ZSH/plugins/$plugin/$plugin_sub.plugin.zsh ]]; then
|
||||
source $ZSH/plugins/$plugin/$plugin_sub.plugin.zsh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue