Browse Source

added some new aliases

master
Josh Fabean 7 years ago
parent
commit
e662ab68b7
No known key found for this signature in database GPG Key ID: 5EF27D86AD60946D
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .profile

+ 3
- 0
.profile View File

@ -126,6 +126,9 @@ alias gpop='g pull origin production'
alias stagefileproxy='drush variable-set stage_file_proxy_origin'
alias themedebug='drush vset theme_debug 1'
# launch PICO-8 with logs
alias pico8='/Applications/PICO-8.app/Contents/MacOS/pico8'
# my path
export PATH="/usr/local/bin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/Users/joshfabean/Development/android/sdk/tools:/Users/joshfabean/Development/android/sdk/platform-tools:$PATH"


Loading…
Cancel
Save