Skip to content

Instantly share code, notes, and snippets.

@andstor
Last active October 13, 2018 14:19
Show Gist options
  • Save andstor/59c040dd9db91476bd14cef1d17e7ca7 to your computer and use it in GitHub Desktop.
Save andstor/59c040dd9db91476bd14cef1d17e7ca7 to your computer and use it in GitHub Desktop.
Example `.bash_profile` file
# Edit this file
alias aliases="vim ~/.bash_profile" # usage: type `aliases` in Terminal
# Navigate to location
alias home="cd ~"
alias desktop="cd ~/Desktop/"
alias sites="cd ~/Documents/Sites/"
# Navigate to project directory
alias work="cd ~/Dropbox/Work/"
alias school="cd ~/Dropbox/School/"
# Example exported environment variable
export SOME_SECRET_PASSWORD="password123!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment