source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/graphviz.zsh"
source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/short-uptime.zsh"
source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/figlet-sample.zsh"
+source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/prettify-json.zsh"
################################################################################
# Load Modules
if [[ -s "/opt/homebrew/bin/brew" ]]; then
export FZF_VIM_PATH=/opt/homebrew/opt/fzf
else
- export FZF_VIM_PATH=/usr/local/opt/fzf
+ if [[ -s "/opt/homebrew/bin/brew" ]]; then
+ export FZF_VIM_PATH=/usr/local/opt/fzf
+ else
+ export FZF_VIM_PATH=/usr/share/doc/fzf/examples
+ fi
fi
################################################################################
source "${ZDOTDIR:-$HOME}/.zshrc.local"
fi
-eval $(/usr/libexec/path_helper -s)
-
if [[ -s "/opt/homebrew/bin/brew" ]]; then
export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH
fi