- 24 Nov, 2010 2 commits
 - 
- 
Dieter Plaetinck authored
 - 
Dieter Plaetinck authored
 
 - 
 - 19 Nov, 2010 5 commits
 - 
- 
Robby Russell authored
Merge branch 'fix-lighthouse-error-message' of https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
 - 
 - 
 - 
 - 
 
 - 
 - 15 Nov, 2010 3 commits
 - 
- 
Fedyashev Nikita authored
 - 
Fedyashev Nikita authored
 - 
Fedyashev Nikita authored
 
 - 
 - 14 Nov, 2010 1 commit
 - 
- 
Ubiratan Pires Alberton authored
 
 - 
 - 09 Nov, 2010 1 commit
 - 
- 
Claus Witt authored
 
 - 
 - 03 Nov, 2010 1 commit
 - 
- 
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
 
 - 
 - 02 Nov, 2010 1 commit
 - 
- 
Tom Stuart authored
 
 - 
 - 25 Oct, 2010 1 commit
 - 
- 
Joseph Jon Booker authored
 
 - 
 - 09 Oct, 2010 15 commits
 - 
- 
Sven Lito authored
 - 
 - 
Sven Lito authored
 - 
 - 
 - 
 - 
 - 
Irakli Gozalishvili authored
 - 
Sven Lito authored
 - 
Sven Lito authored
 - 
Sven Lito authored
 - 
Sven Lito authored
 - 
Brandon Philips authored
Theme based on clean that is more suitable for white background terminals. Signed-off-by:
Brandon Philips <brandon@ifup.org> - 
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:
Brandon Philips <brandon@ifup.org>
openSUSE running zsh 4.3.10 - 
Irakli Gozalishvili authored
 
 - 
 - 08 Oct, 2010 2 commits
 - 
- 
Irakli Gozalishvili authored
 - 
Irakli Gozalishvili authored
 
 - 
 - 05 Oct, 2010 1 commit
 - 
- 
Phillip Ridlen authored
 
 - 
 - 01 Oct, 2010 7 commits
 - 
- 
Jake Bell authored
 - 
Luke Randall authored
 - 
Daniel Schauenberg authored
 - 
Daniel Schauenberg authored
 - 
Robby Russell authored
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
 - 
 - 
 
 -