Skip to content

Instantly share code, notes, and snippets.

@toidiu
Created February 28, 2017 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toidiu/9f9f5efea08e9e0330ee8ce136f85b80 to your computer and use it in GitHub Desktop.
Save toidiu/9f9f5efea08e9e0330ee8ce136f85b80 to your computer and use it in GitHub Desktop.
source ~/.bashrc
export PATH=$PATH:~/bin
### brew install bash-completion
### brew tap homebrew/completions
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment