1. 02 Aug, 2020 1 commit
  2. 11 May, 2020 1 commit
  3. 05 Apr, 2020 1 commit
  4. 11 Feb, 2020 1 commit
  5. 07 May, 2018 1 commit
  6. 30 Dec, 2016 1 commit
  7. 21 Sep, 2016 2 commits
  8. 05 Sep, 2015 3 commits
    • Marc Cornellà's avatar
      Switch off line wrapping in case dots occupy extra line · b42efeb8
      Marc Cornellà authored
      This commit uses the (hopefully) standard rmam and smam escape sequences
      which toggle off and on line wrapping respectively.
      
      This is so that extra dots that don't fit the current line won't be
      displayed in the next line, which would in turn make the shell
      display a new prompt on the next line after the dots are hidden.
      
      I've added a check for $terminfo rmam and smam values to be sure we have
      them before printing them out.
      
      If this commit breaks something post an issue with your terminal
      emulator and $TERM value and we'll figure out what went wrong.
      b42efeb8
    • Marc Cornellà's avatar
      Use prompt expansion sequence to color red the output · 6a8d406e
      Marc Cornellà authored
      This makes it clearer and possibly more portable for different
      platforms.
      6a8d406e
    • Marc Cornellà's avatar
      Use proper if comparison · 3976e040
      Marc Cornellà authored
      3976e040
  9. 29 Apr, 2015 1 commit
  10. 16 Feb, 2015 1 commit
  11. 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
  12. 06 Nov, 2014 1 commit
  13. 16 Sep, 2014 1 commit
  14. 11 Jul, 2014 1 commit
  15. 10 Jun, 2014 1 commit
  16. 16 Mar, 2014 1 commit
  17. 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
  18. 01 Aug, 2012 1 commit
  19. 12 Jun, 2012 1 commit
  20. 30 Dec, 2011 1 commit
  21. 22 Dec, 2011 1 commit
  22. 04 Nov, 2011 1 commit
  23. 31 Aug, 2011 1 commit
  24. 28 Jul, 2011 1 commit
  25. 24 Jul, 2011 1 commit
  26. 12 Jun, 2011 1 commit
  27. 12 Apr, 2011 2 commits
  28. 08 Apr, 2011 2 commits
  29. 12 Mar, 2011 1 commit
  30. 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
  31. 26 Sep, 2010 1 commit
  32. 03 Jun, 2010 1 commit
  33. 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
  34. 09 Apr, 2010 1 commit
  35. 01 Dec, 2009 1 commit