We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beb3aa commit ef936afCopy full SHA for ef936af
Brewfile
@@ -113,8 +113,6 @@ if ENV["HOMEBREW_PROFILE"] == "work"
113
brew "cowbell/stuff/rea-as"
114
# Making SLiPs easy to use
115
brew "cowbell/stuff/rea-slip-utils"
116
- # Add GitHub support to git on the command-line
117
- brew "hub"
118
# Build tool for Scala projects
119
brew "sbt"
120
bash_completion.d/.gitkeep
bashrc.d/completion.bash
@@ -1,3 +1,4 @@
1
# Bash completion.
2
-# shellcheck disable=SC1091
3
-[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
+
+# shellcheck source=/dev/null
4
+[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh"
0 commit comments