Commit Graph

9 Commits (859038e58f3b9d9a41c3cd45906bec56aedf65b0)

Author SHA1 Message Date
cornfeedhobo f40bfa80f1
system completion nitpicks
- General cleanup of system completion
- Use homebrew's completion loading script instead
- Deprecate completions covered by system
- Adjust load priority of brew to happen after system
2020-09-21 09:07:09 -05:00
Jason Al-Mansor 2c0bde3a22 fix path to use brew prefix env var 2019-04-26 11:12:53 -04:00
Jason Al-Mansor 15b3281445 adding env var for bash-completion@2 compatibility 2019-04-26 11:03:44 -04:00
Ahmad Assaf c5e8349f69 Fixing Error when starting Terminal after installing Bash-IT 2018-08-29 15:00:46 +01:00
Patrice Ferlet 8161e4e233 Add other bash completion importation for other distribution
Fedora import that script from /etc/bashrc script that can import /etc/profile.d/*.sh

See issue #849
2016-12-07 00:11:29 +01:00
George Wyatt 971f911101 Load bash-completion2 on macOS
This is required for projects completion, otherwise you get this error:
```
_init_completion: command not found
```
2016-11-25 13:51:25 +08:00
Nils Winkler 38bd3a3b99 Loading Homebrew Bash Completion if installed
In addition to the regular /etc/bash_completion, the one from Homebrew
is loaded when running on OS X, and when Homebrew is installed.

Also added the system completion to the default install options, since
this is a feature that's requested frequently.
2016-01-05 07:35:02 +01:00
was4444 25940111e8 fix wrong syntax 2016-01-04 18:42:40 +08:00
wxf 56fdb6333c support system completion 2016-01-01 15:46:53 +08:00