1. 26 May, 2014 1 commit
  2. 25 May, 2014 2 commits
  3. 18 Apr, 2014 1 commit
  4. 26 Mar, 2014 1 commit
  5. 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
  6. 23 Mar, 2014 1 commit
  7. 21 Mar, 2014 4 commits
  8. 16 Mar, 2014 1 commit
  9. 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
  10. 10 Mar, 2014 1 commit
  11. 21 Feb, 2014 4 commits
  12. 06 Feb, 2014 1 commit
  13. 07 Jan, 2014 1 commit
  14. 06 Jan, 2014 3 commits
  15. 31 Dec, 2013 6 commits
  16. 30 Dec, 2013 1 commit
  17. 05 Dec, 2013 1 commit
    • Bob Bonifield's avatar
      Making auto-correction off by default · f082d7a2
      Bob Bonifield authored
      - Allows for the user to turn on auto-correction using the
      $ENABLE_CORRECTION variable
      - Adds aliases regardless of variable assignment to aid users that use
      setopt to turn correction back on in their zshrc
      f082d7a2
  18. 29 Nov, 2013 1 commit
  19. 20 Nov, 2013 1 commit
  20. 14 Nov, 2013 1 commit
  21. 08 Nov, 2013 1 commit
  22. 06 Nov, 2013 1 commit