Skip to content

Instantly share code, notes, and snippets.

View chrisjangl's full-sized avatar

Chris Jangl chrisjangl

  • Wine Enthusiast, Digitally Cultured
  • NY
  • 06:02 (UTC -04:00)
View GitHub Profile
@chrisjangl
chrisjangl / .bash_aliases
Last active December 15, 2019 15:16
Listing of bash aliases. Place in home directory, and make sure that the file is being loaded in .bash_rc.
## binary shortcuts
alias node='nodejs'
alias wp='~/wp-cli.phar'
## environment specific frecents
alias clients='cd ~/public_html/clients/'
alias staging='cd ~/public_html/staging/'
## directory traversal
alias ..='cd ../'