Last active
August 29, 2015 13:56
-
-
Save 8ig8/8979707 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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