summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-14added newlineStephen Middleton
2011-01-14Personal StyleStephen Middleton
2011-01-14theme changesStephen Middleton
2011-01-14changes to themeStephen Middleton
2011-01-13add Rixius-ThemeStephen Middleton
2011-01-08Merge branch 'git' of https://github.com/papercavalier/oh-my-zsh into ↵Robby Russell
papercavalier-git
2011-01-08Merge branch 'master' of https://github.com/derekprior/oh-my-zsh into ↵Robby Russell
derekprior-master
2011-01-08Merge branch 'rails3' of https://github.com/papercavalier/oh-my-zsh into ↵Robby Russell
papercavalier-rails3
2010-12-28add "fishy" theme to emulate Fish shell's promptSuraj N. Kurapati
2010-12-21Added function to mkdir and immediately change to itDerek Prior
2010-12-20TypoHakan Ensari
2010-12-20Removed remote_console. It doesn't handle rvm, capistrano, and so on.Hakan Ensari
2010-12-20A rails3 plugin based on the rails pluginHakan Ensari
2010-12-20Aliased git checkout as `gco`Hakan Ensari
2010-12-07Merge branch 'kardan' of https://github.com/kardan/oh-my-zsh into kardan-kardanRobby Russell
2010-12-03Updated the PROMT.Daniel Karlsson
2010-12-03Added new kardan theme.Daniel Karlsson
2010-12-02gentoo-like theme w/ git_prompt_infoIgor Vinokurov
2010-11-19Merge branch 'fix-lighthouse-error-message' of ↵Robby Russell
https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
2010-11-19Merge branch 'completions' of https://github.com/gwjo/oh-my-zsh into ↵Robby Russell
gwjo-completions
2010-11-19Merge branch 'joerc' of https://github.com/sargas/oh-my-zsh into sargas-joercRobby Russell
2010-11-19Merge branch 'master' of https://github.com/Bira/oh-my-zsh into Bira-masterRobby Russell
2010-11-19Merge branch 'master' of https://github.com/FedyashevNikita/oh-my-zsh into ↵Robby Russell
FedyashevNikita-master
2010-11-15improved formatting; redundant attributes deletedFedyashev Nikita
2010-11-15fixed formatting; dead code deletedFedyashev Nikita
2010-11-15vagrant plugin autocompletion - initial versionFedyashev Nikita
2010-11-14Added my own theme, based on macovsky-ruby and funkyUbiratan Pires Alberton
2010-11-09Added phing pluginClaus Witt
2010-11-03Completion fixesgwjo
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
2010-11-02Fix lighthouse plugin error messageTom Stuart
2010-10-25command-not-found package in ubuntuJoseph Jon Booker
2010-10-09merging in changes from robby's repoSven Lito
2010-10-09Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshSven Lito
2010-10-09bugfix - moved gem infoSven Lito
2010-10-09Merge branch 'master' of http://github.com/svnlto/oh-my-zsh into svnlto-masterRobby Russell
2010-10-09Merge branch 'master' of http://github.com/philtr/oh-my-zsh into philtr-masterRobby Russell
2010-10-09Merge branch 'philips-theme' of http://github.com/philips/oh-my-zsh into ↵Robby Russell
philips-philips-theme
2010-10-09Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into ↵Robby Russell
philips-title-fix
2010-10-09changeing unicode characters that were causing issuesIrakli Gozalishvili
2010-10-09leaving out subcommands for nowSven Lito
2010-10-09adding comment and URL to github gemSven Lito
2010-10-09added git log incl. stats for the past 5 commitsSven Lito
2010-10-09adding github pluginSven Lito
2010-10-08themes: add philips themeBrandon Philips
Theme based on clean that is more suitable for white background terminals. Signed-off-by: Brandon Philips <brandon@ifup.org>
2010-10-08functions: fix title() to not match any $TERMBrandon Philips
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
2010-10-09Fixing some minor redrew issueIrakli Gozalishvili
2010-10-09Adding new gozilla themeIrakli Gozalishvili
2010-10-09Improving git plugin so it can display much more data. Irakli Gozalishvili
2010-10-05Add cloud.zsh-themePhillip Ridlen
2010-10-01Removing capistrano aliases/functions from rails plugin (since cap is not ↵Jake Bell
rails-specific).