1. 16 Aug, 2016 3 commits
    • Marc Cornellà's avatar
      Refactor pj function · 7f8851f5
      Marc Cornellà authored
      - Use `emulate -L zsh` to make all variables local.
      
      - Use `shwordsplit` to interpret `$cmd` spaces correctly.
      
      - Rename `$project` and `$file` variables to the more appropriate `$basedir`
        and `$project`.
      7f8851f5
    • Marc Cornellà's avatar
      Fix _pj completion function · c9c11d60
      Marc Cornellà authored
      - `$PROJECT_PATHS/*` wasn't working correctly. You have to iterate over
        its elements in order to use globbing with it.
      
      - The `$projects:t` line wasn't necessary if we used `compadd`.
      
      - `compadd` better supports destructuring an array with spaces in some
        of its elements.
      c9c11d60
    • Marc Cornellà's avatar
      525ee508
  2. 16 Nov, 2014 1 commit
  3. 28 May, 2014 1 commit
  4. 13 Feb, 2013 2 commits
  5. 05 Feb, 2013 1 commit