chore: cleanup
This commit is contained in:
@@ -120,13 +120,13 @@ plugins=(
|
||||
)
|
||||
|
||||
# Add fpath custom completions
|
||||
fpath=("$HOME/.zsh/completions" $fpath)
|
||||
[[ -d "$HOME/.zsh/completions" ]] && fpath=("$HOME/.zsh/completions" $fpath)
|
||||
|
||||
# Load Oh My Zsh framework
|
||||
[[ ! -f "$ZSH/oh-my-zsh.sh" ]] || source "$ZSH/oh-my-zsh.sh"
|
||||
[[ -f "$ZSH/oh-my-zsh.sh" ]] && source "$ZSH/oh-my-zsh.sh"
|
||||
|
||||
# Powerlevel10k configuration (must come after theme is set)
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||
|
||||
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user