diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-05-12 16:01:13 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-05-12 16:08:07 +0200 |
commit | bc96ac1c1e6bcf63a3283d481aea22e1b5206919 (patch) | |
tree | 0ca6f031ca56790385b4dfcca3f3b92802cb5021 /Brewfile | |
parent | 52abe37d2f9724e1d88a85cf6181b04a8dd756c4 (diff) | |
download | dotfiles-bc96ac1c1e6bcf63a3283d481aea22e1b5206919.tar.gz dotfiles-bc96ac1c1e6bcf63a3283d481aea22e1b5206919.tar.bz2 dotfiles-bc96ac1c1e6bcf63a3283d481aea22e1b5206919.zip |
.bash_profile: Enable tab completion for `git` and `g`
Closes #197.
Diffstat (limited to 'Brewfile')
-rwxr-xr-x | Brewfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ install findutils install gnu-sed --default-names # Install Bash 4 install bash +install bash-completion # Install wget with IRI support install wget --enable-iri |