Skip to content

Instantly share code, notes, and snippets.

@tylersticka
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save tylersticka/8944036 to your computer and use it in GitHub Desktop.

Select an option

Save tylersticka/8944036 to your computer and use it in GitHub Desktop.

Revisions

  1. tylersticka revised this gist Feb 11, 2014. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions .profile
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,2 @@
    alias plbuild="php core/builder.php -gc" # Pattern Lab: Build/Clean
    alias plwatch="php core/builder.php -w" # Pattern Lab: Watch
    alias plsync="php core/autoReloadServer.php" # Pattern Lab: Start Sync Server
    alias plbuild="php core/builder.php -gc" # Pattern Lab: Build/Clean
    alias plwatch="php core/builder.php -rw" # Pattern Lab: Watch/Sync
  2. tylersticka created this gist Feb 11, 2014.
    3 changes: 3 additions & 0 deletions .profile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    alias plbuild="php core/builder.php -gc" # Pattern Lab: Build/Clean
    alias plwatch="php core/builder.php -w" # Pattern Lab: Watch
    alias plsync="php core/autoReloadServer.php" # Pattern Lab: Start Sync Server