Skip to content

Instantly share code, notes, and snippets.

@wes-goulet
Last active November 15, 2017 19:16
Show Gist options
  • Save wes-goulet/23407e404e55766871d50fb788086e06 to your computer and use it in GitHub Desktop.
Save wes-goulet/23407e404e55766871d50fb788086e06 to your computer and use it in GitHub Desktop.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# you must install bash completion with "brew install bash-completion"
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment