mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Typo in oh-my-zsh.. $OMG should be $OMZ. This breaks loading personalizations.
This commit is contained in:
parent
7061378909
commit
18947ba54e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ for config_file ($ZSH/lib/*.zsh(N))
|
|||
source $config_file
|
||||
|
||||
if [[ -d $OMZ ]]; then
|
||||
for config_file ($OMG/*.zsh(N))
|
||||
for config_file ($OMZ/*.zsh(N))
|
||||
source $config_file
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue