- 20 Dec, 2010 1 commit
- 
- 
Jake Bell authored
 
- 
- 07 Dec, 2010 1 commit
- 
- 
- 03 Dec, 2010 2 commits
- 
- 
Daniel Karlsson authored
- 
Daniel Karlsson authored
 
- 
- 02 Dec, 2010 1 commit
- 
- 
Igor Vinokurov authored
 
- 
- 19 Nov, 2010 5 commits
- 
- 
Robby Russell authoredMerge 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 authoredUse /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 authoredTheme based on clean that is more suitable for white background terminals. Signed-off-by: Brandon Philips <brandon@ifup.org> Brandon Philips <brandon@ifup.org>
- 
Brandon Philips authoredOn 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 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 4 commits
- 
- 
Jake Bell authored
- 
Luke Randall authored
- 
Daniel Schauenberg authored
- 
Daniel Schauenberg authored
 
- 
