You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,15 +89,10 @@ This script depends on the `bash-completion` framework, which is not installed o
89
89
brew install gradle-completion
90
90
```
91
91
92
-
3. **Configure your `.bash_profile`**. The `bash-completion` framework must be sourced in your profile. When you installed it, Homebrew provided the exact line to add. It will look similar to this:
92
+
3. **Configure your `.bash_profile`**. The `bash-completion` framework must be sourced in your profile. When you installed it, Homebrew provided the exact line to add. Add this to your `~/.bash_profile`:
Add the correct line for your system to your `~/.bash_profile`. **Do not source the `gradle-completion` script directly.** The main framework will find it automatically.
101
96
102
97
4. **Start a new terminal session** or run `source ~/.bash_profile`.
0 commit comments