This commit is contained in:
David Tomaschik
2026-02-12 16:13:01 -08:00
parent 21b24b2c2f
commit 20a5885031
11 changed files with 14 additions and 387 deletions

View File

@@ -187,7 +187,7 @@ if [[ $- == *i* ]] ; then
source "$file"
done
# extra completions, prompt
fpath=(~/.zshrc.completions ~/.zshrc.d/matir_prompt ~/.zshrc.d/agnoster_prompt $fpath)
fpath=(~/.zshrc.completions ~/.zshrc.d/matir_prompt $fpath)
# Homebrew on mac
if test -x /opt/homebrew/bin/brew ; then
eval $(/opt/homebrew/bin/brew shellenv)