Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created February 28, 2018 02:21
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 hellofromtonya/1205ee7c4847b51a3a33ed36938b636b to your computer and use it in GitHub Desktop.
Save hellofromtonya/1205ee7c4847b51a3a33ed36938b636b to your computer and use it in GitHub Desktop.
Example of a starter bash_profile with navigation shortcuts and WordPress environment variables
# ===================
# Aliases
# ===================
alias sites="cd ~/Sites/"
alias beans="cd ~/Sites/beansdev/app/public/wp-content/themes/tm-beans/"
alias ~="cd ~"
alias ..="cd .."
alias ...="cd ../.."
# =====================
# Environment Variable
# =====================
export WP_TESTS_DIR="/Users/hellofromtonya/Sites/wordpress-develop/tests/phpunit"
export WP_CORE_DIR="/Users/hellofromtonya/Sites/wordpress-develop/src"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment