Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. source ~/.bashrc
  2. export PATH=$PATH:~/bin
  3.  
  4. ### brew install bash-completion
  5. ### brew tap homebrew/completions
  6. if [ -f `brew --prefix`/etc/bash_completion ]; then
  7. . `brew --prefix`/etc/bash_completion
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement