2023-08-27 19:00:11 +02:00
|
|
|
if type brew &>/dev/null
|
|
|
|
then
|
|
|
|
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
|
|
|
|
|
|
|
autoload -Uz compinit
|
|
|
|
compinit
|
|
|
|
fi
|
|
|
|
|
2023-08-27 18:23:58 +02:00
|
|
|
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
|
|
#source /opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
|
|
|
|
|
|
|
PATH="$PATH:/Applications/WezTerm.app/Contents/MacOS"
|
|
|
|
export PATH
|
2023-08-27 18:39:54 +02:00
|
|
|
|
|
|
|
source <(/opt/homebrew/bin/starship init zsh --print-full-init)
|