1. 25 Mar, 2014 1 commit
    • 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
  2. 23 Mar, 2014 1 commit
  3. 21 Mar, 2014 4 commits
  4. 16 Mar, 2014 1 commit
  5. 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
  6. 10 Mar, 2014 1 commit
  7. 21 Feb, 2014 4 commits
  8. 07 Jan, 2014 1 commit
  9. 06 Jan, 2014 3 commits
  10. 31 Dec, 2013 6 commits
  11. 30 Dec, 2013 1 commit
  12. 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
  13. 29 Nov, 2013 1 commit
  14. 20 Nov, 2013 1 commit
  15. 14 Nov, 2013 1 commit
  16. 08 Nov, 2013 1 commit
  17. 06 Nov, 2013 1 commit
  18. 16 Oct, 2013 1 commit
  19. 30 Jun, 2013 1 commit
  20. 12 Jun, 2013 1 commit
  21. 11 Jun, 2013 1 commit
  22. 19 May, 2013 1 commit
  23. 28 Apr, 2013 1 commit
  24. 22 Apr, 2013 1 commit
  25. 21 Apr, 2013 1 commit
  26. 04 Apr, 2013 1 commit
  27. 15 Mar, 2013 1 commit