This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 03 Nov, 2014 1 commit
  2. 02 Nov, 2014 4 commits
  3. 29 Oct, 2014 4 commits
  4. 25 Oct, 2014 2 commits
  5. 24 Oct, 2014 9 commits
  6. 21 Oct, 2014 2 commits
  7. 20 Oct, 2014 1 commit
    • Jean Mertz's avatar
      Allow to pass any arguments to z · 97ac4144
      Jean Mertz authored
      before:
      
      ```
      $ z --help
      12         /Users/Jean/Dropbox
      12         /Users/Jean/work
      
      $ z work
      /Users/Jean/work
      ```
      
      after:
      
      ```
      z --help
      z [-chlrtx] args
      
      $ z work
      /Users/Jean/work
      ```
      97ac4144
  8. 17 Oct, 2014 17 commits