tangled
alpha
login
or
join now
bladee.bsky.social
/
dotfiles
1
fork
atom
My dotfiles
1
fork
atom
overview
issues
pulls
pipelines
Add completions for Homebrew
bladee.bsky.social
2 months ago
4976596f
b42bac54
verified
This commit was signed with the committer's
known signature
.
bladee.bsky.social
SSH Key Fingerprint:
SHA256:+YD7E7cyoUS8DTBB7i5c8AWUOvVAmmwcErmb2UIN2cY=
+11
1 changed file
expand all
collapse all
unified
split
dot_config
private_fish
config.fish.tmpl
+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
+
12
13
eval ({{ $brewPath | quote }} shellenv)
14
14
+
15
15
+
if test -d ({{ $brewPath | quote }} --prefix)"/share/fish/completions"
16
16
+
set -p fish_complete_path ({{ $brewPath | quote }} --prefix)/share/fish/completions
17
17
+
end
18
18
+
19
19
+
if test -d ({{ $brewPath | quote }} --prefix)"/share/fish/vendor_completions.d"
20
20
+
set -p fish_complete_path ({{ $brewPath | quote }} --prefix)/share/fish/vendor_completions.d
21
21
+
end
13
22
end
23
23
+
24
24
+
14
25
15
26
#
16
27
# Add directories to PATH.