- 15 Oct, 2010 1 commit
 - 
- 
Florian Walch 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 14 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.
 - 
 - 
 - 
http://github.com/curiousstranger/oh-my-zshRobby Russell authored
Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh into curiousstranger-dirpersist
 - 
Trevor Creech authored
 - 
Robby Russell authored
 - 
 - 
http://github.com/theunraveler/oh-my-zshRobby Russell authored
Merge branch 'theunraveler_theme' of http://github.com/theunraveler/oh-my-zsh into theunraveler-theunraveler_theme
 - 
http://github.com/kremso/oh-my-zshRobby Russell authored
Merge branch 'named_dirs_completion' of http://github.com/kremso/oh-my-zsh into kremso-named_dirs_completion
 - 
 
 - 
 - 27 Sep, 2010 1 commit
 - 
- 
Matt Cable authored
 
 - 
 - 26 Sep, 2010 3 commits
 - 
- 
Tomas Kramar authored
 - 
Tomas Kramar authored
 - 
Tomas Kramar authored
 
 - 
 - 25 Sep, 2010 2 commits
 - 21 Sep, 2010 1 commit
 - 
- 
Matt Cable authored
 
 -