1. 21 Dec, 2014 1 commit
  2. 16 Dec, 2014 1 commit
  3. 15 Dec, 2014 1 commit
  4. 13 Dec, 2014 5 commits
  5. 01 Dec, 2014 2 commits
  6. 19 Nov, 2014 1 commit
  7. 16 Nov, 2014 1 commit
  8. 06 Nov, 2014 1 commit
  9. 22 Oct, 2014 1 commit
  10. 16 Sep, 2014 1 commit
  11. 23 Aug, 2014 1 commit
  12. 22 Aug, 2014 1 commit
  13. 20 Aug, 2014 1 commit
  14. 11 Jul, 2014 1 commit
  15. 03 Jul, 2014 2 commits
  16. 28 Jun, 2014 2 commits
  17. 10 Jun, 2014 2 commits
  18. 26 May, 2014 1 commit
  19. 25 May, 2014 2 commits
  20. 24 May, 2014 2 commits
  21. 18 Apr, 2014 1 commit
  22. 26 Mar, 2014 1 commit
  23. 25 Mar, 2014 5 commits
    • Marc Cornellà's avatar
      Escape % in $CMD variable · 5137e0e5
      Marc Cornellà authored
      Fixes formatting on some rare cases when a percent ends up
      in the $CMD variable, like these below:
      
      - When assigning a variable, $CMD ends up with the second parameter;
      in this case, $CMD will contain '+%s%N', messing with the syntax:
      
       $ a=`date +%s%N`
      
      - A function (or command in general) that contains a percent symbol:
      
       $ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%()
       $ to% 2 of 10 # $CMD=to%
      5137e0e5
    • LFDM's avatar
      Updates spectrum.zsh · 94a5cc5c
      LFDM authored
      94a5cc5c
    • Marc Cornellà's avatar
      Fix export syntax of $GREP_OPTIONS · c0e3c553
      Marc Cornellà authored
      Fixes #2641, #2642
      c0e3c553
    • nXqd's avatar
      avoid VCS folders · d2a765e1
      nXqd authored
      d2a765e1
    • Daniel Hahler's avatar
      `setopt append_history` is not necessary. · b578eea2
      Daniel Hahler authored
      Especially given the inc_append_history option, it is not necessary to
      set the (default) append_history option.
      b578eea2
  24. 23 Mar, 2014 1 commit
  25. 21 Mar, 2014 2 commits