Skip to content

Instantly share code, notes, and snippets.

@8ig8
Last active August 29, 2015 13:56
Show Gist options
  • Save 8ig8/8979707 to your computer and use it in GitHub Desktop.
Save 8ig8/8979707 to your computer and use it in GitHub Desktop.
# set PATH so it includes user's private bin if it exists
# http://askubuntu.com/questions/279285/why-profile-and-not-bashrc-appends-bin-to-path
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# WP-CLI Bash completions
source $HOME/.wp-completion.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment