From e662ab68b7a915c217708f3f44657179ff16e3ee Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Tue, 4 Oct 2016 12:21:16 -0500 Subject: [PATCH] added some new aliases --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 29e2c2f..1ff1a86 100644 --- a/.profile +++ b/.profile @@ -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"