1. 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
  2. 09 Oct, 2010 2 commits
    • Sven Lito's avatar
      merging in changes from robby's repo · dc12853b
      Sven Lito authored
      dc12853b
    • Brandon Philips's avatar
      functions: fix title() to not match any $TERM · aab235f6
      Brandon Philips authored
      
      
      On my linux virtual terminals, where TERM="linux", I was getting
      annoying output that was messing up my prompt.
      
      It turns out the title function was always matching on the elif
      statement for xterm/rxvt no matter what and the linux vt doesn't know
      what to do with the title special control sequence and thus was printing
      out garbage.
      
      Through experimentation I figured out that the || inside of the [[ ]]
      did not work:
      
      export TERM=linux
      $ if [[ $TERM =~ "^xterm" || $TERM == "rxvt" ]]; then echo $TERM; fi
      linux
      
      $ if [[ $TERM =~ "^xterm" ]] || [[ $TERM == "rxvt" ]]; then echo $TERM; fi
      Signed-off-by: default avatarBrandon Philips <brandon@ifup.org>
      
      openSUSE running zsh 4.3.10
      aab235f6
  3. 08 Oct, 2010 1 commit
  4. 01 Oct, 2010 1 commit
  5. 26 Sep, 2010 1 commit
  6. 20 Sep, 2010 5 commits
  7. 24 Aug, 2010 1 commit
  8. 05 Jun, 2010 4 commits
  9. 03 Jun, 2010 5 commits
  10. 28 May, 2010 1 commit
  11. 07 May, 2010 7 commits
  12. 09 Apr, 2010 1 commit
  13. 22 Mar, 2010 1 commit
  14. 28 Dec, 2009 2 commits
  15. 16 Dec, 2009 1 commit
  16. 13 Dec, 2009 1 commit
  17. 12 Dec, 2009 1 commit
  18. 10 Dec, 2009 1 commit
  19. 01 Dec, 2009 1 commit
  20. 30 Nov, 2009 1 commit
  21. 25 Nov, 2009 1 commit