This commit is contained in:
2025-10-05 15:12:39 +03:00
parent 4ac915c003
commit a3338851f9
9 changed files with 330 additions and 180 deletions

View File

@@ -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