mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
fix: fix incorrect completions path (#2253)
Changes line 7 path from .../brew to .../brew.fish. This prevents brew completions link from running unnecessarily and significantly affecting fish startup times.
This commit is contained in:
parent
b3f20c074c
commit
f9640412f3
@ -4,7 +4,7 @@ if status --is-interactive
|
||||
if [ -d /home/linuxbrew/.linuxbrew ]
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
if [ -w /home/linuxbrew/.linuxbrew ]
|
||||
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew ]
|
||||
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew.fish ]
|
||||
brew completions link > /dev/null
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user