Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # bash completion
  2. [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion || {
  3. # if not found in /usr/local/etc, try the brew --prefix location
  4. [ -f "$(brew --prefix)/etc/bash_completion.d/git-completion.bash" ] && \
  5. . $(brew --prefix)/etc/bash_completion.d/git-completion.bash
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement