Created
February 28, 2018 02:21
-
-
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
This file contains hidden or 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
# =================== | |
# 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