summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-14Merge branch 'master' of https://github.com/sunaku/oh-my-zshRobby Russell
2011-01-14Merge branch 'master' of https://github.com/dannytatom/oh-my-zsh into ↵Robby Russell
dannytatom-master
2011-01-14Merge branch 'master' of https://github.com/flazz/oh-my-zsh into flazz-masterRobby Russell
2011-01-10Added svn info in prompt with plugin.Robin Ramael
If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
2011-01-10Made git ignore everything in custom, not only the .zsh files.Robin Ramael
2011-01-10theme based on afowler with vi-mode supportFrancesco Lazzarino
2011-01-09Added lambda themeDanny Tatom
2011-01-08avoid forking subshell to test if user is rootSuraj N. Kurapati
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