changes
This commit is contained in:
@@ -29,9 +29,9 @@ function _dedup_zsh_plugins {
|
||||
unset -f _dedup_zsh_plugins
|
||||
# Oh-my-zsh installation path
|
||||
zsh_paths=(
|
||||
"$HOME/.oh-my-zsh"
|
||||
"/usr/local/share/oh-my-zsh"
|
||||
"/usr/share/oh-my-zsh"
|
||||
"/usr/local/share/oh-my-zsh"
|
||||
"$HOME/.oh-my-zsh"
|
||||
)
|
||||
for zsh_path in "${zsh_paths[@]}"; do [[ -d $zsh_path ]] && export ZSH=$zsh_path && break; done
|
||||
# Load Plugins
|
||||
|
||||
Reference in New Issue
Block a user