1. 29 Apr, 2015 1 commit
  2. 16 Feb, 2015 1 commit
  3. 08 Jan, 2015 1 commit
    • Stephen's avatar
      Allow custom cache dir · bf7b9165
      Stephen authored
      We are running oh-my-zsh on a shared install and the only issue is each
      user having a custom cache dir. This will allow us to set the cache dir
      to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ .
      bf7b9165
  4. 06 Nov, 2014 1 commit
  5. 16 Sep, 2014 1 commit
  6. 11 Jul, 2014 1 commit
  7. 10 Jun, 2014 1 commit
  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. 01 Aug, 2012 1 commit
  11. 12 Jun, 2012 1 commit
  12. 30 Dec, 2011 1 commit
  13. 22 Dec, 2011 1 commit
  14. 04 Nov, 2011 1 commit
  15. 31 Aug, 2011 1 commit
  16. 28 Jul, 2011 1 commit
  17. 24 Jul, 2011 1 commit
  18. 12 Jun, 2011 1 commit
  19. 12 Apr, 2011 2 commits
  20. 08 Apr, 2011 2 commits
  21. 12 Mar, 2011 1 commit
  22. 03 Nov, 2010 1 commit
    • gwjo's avatar
      Completion fixes · 9465ba0d
      gwjo authored
      Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for
      hostname completion
      
      Turn on completion caching to speed up certain comands
      
      When completing usernames, don't include system accounts by default
      9465ba0d
  23. 26 Sep, 2010 1 commit
  24. 03 Jun, 2010 1 commit
  25. 07 May, 2010 1 commit
    • kremso's avatar
      Don't autoselect first completion entry (Fixes #14) · 926d9e88
      kremso authored
      The key here is not using MENU_COMPLETE which autoselects the first
      entry, but using AUTO_MENU which displays the menu but autoselects
      on successive tab hit.
      
      Also, do not use zstyle menu yes because that somehow overrides
      the setopts.
      926d9e88
  26. 09 Apr, 2010 1 commit
  27. 01 Dec, 2009 1 commit
  28. 30 Nov, 2009 1 commit
  29. 08 Nov, 2009 1 commit
  30. 12 Oct, 2009 1 commit
  31. 07 Oct, 2009 2 commits
  32. 23 Sep, 2009 1 commit
  33. 22 Sep, 2009 2 commits
  34. 06 Sep, 2009 1 commit
  35. 28 Aug, 2009 1 commit