1. 13 Dec, 2014 5 commits
  2. 19 Nov, 2014 1 commit
  3. 06 Nov, 2014 1 commit
  4. 22 Oct, 2014 1 commit
  5. 16 Sep, 2014 1 commit
  6. 23 Aug, 2014 1 commit
  7. 22 Aug, 2014 1 commit
  8. 20 Aug, 2014 1 commit
  9. 11 Jul, 2014 1 commit
  10. 03 Jul, 2014 2 commits
  11. 28 Jun, 2014 2 commits
  12. 10 Jun, 2014 2 commits
  13. 26 May, 2014 1 commit
  14. 25 May, 2014 2 commits
  15. 24 May, 2014 2 commits
  16. 18 Apr, 2014 1 commit
  17. 26 Mar, 2014 1 commit
  18. 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
  19. 23 Mar, 2014 1 commit
  20. 21 Mar, 2014 4 commits
  21. 16 Mar, 2014 1 commit
  22. 13 Mar, 2014 1 commit
    • Daniel Hahler's avatar
      Use zsh's default for ':completion:*:hosts' · 71d94206
      Daniel Hahler authored
      The manual configuration of ':completion:*:hosts' causes some problems
      (e.g. issue #1337), and misses useful information (especially from
      ~/.ssh/known_hosts; issue #690 and issue #1009).
      
      The best option appears to be using zsh's default configuration for
      ':completion:*:hosts'.
      
      While rebasing this for a new pull request (#1498 got closed by accident
      and then requests to re-open it got ignored), it also drops the `users
      off` setting: completion of user names can be useful, and the commit
      adding it (c4434d2d) does not state why.
      71d94206
  23. 10 Mar, 2014 1 commit
  24. 21 Feb, 2014 1 commit