My dotfiles

Add completions for Homebrew

bladee.bsky.social 4976596f b42bac54

verified
+11
+11
dot_config/private_fish/config.fish.tmpl
··· 9 9 set -x HOMEBREW_NO_INSTALL_CLEANUP 1 10 10 set -x HOMEBREW_NO_INSTALL_UPGRADE 1 11 11 set -x HOMEBREW_NO_UPDATE_REPORT_NEW 1 12 + 12 13 eval ({{ $brewPath | quote }} shellenv) 14 + 15 + if test -d ({{ $brewPath | quote }} --prefix)"/share/fish/completions" 16 + set -p fish_complete_path ({{ $brewPath | quote }} --prefix)/share/fish/completions 17 + end 18 + 19 + if test -d ({{ $brewPath | quote }} --prefix)"/share/fish/vendor_completions.d" 20 + set -p fish_complete_path ({{ $brewPath | quote }} --prefix)/share/fish/vendor_completions.d 21 + end 13 22 end 23 + 24 + 14 25 15 26 # 16 27 # Add directories to PATH.