Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created March 9, 2018 19:33
Show Gist options
  • Save hellofromtonya/734018fb5dbe4d15c34e6771cc927977 to your computer and use it in GitHub Desktop.
Save hellofromtonya/734018fb5dbe4d15c34e6771cc927977 to your computer and use it in GitHub Desktop.
bash_profile
# ===================
# 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