summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14themes/nanotech: Use the new built-in zsh color variables.NanoTech
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-19Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshNanoTech
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).
2010-10-01Add lukerandall.zsh-themeLuke Randall
2010-10-01adapt brew,gem,pip plugin to new structureDaniel Schauenberg
2010-10-01Merge remote branch 'origin/master' into restructure_pluginsDaniel Schauenberg
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.
2010-09-30Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshNanoTech
2010-09-30Merge branch 'master' of http://github.com/kennethreitz/oh-my-zsh into ↵Robby Russell
kennethreitz-master
2010-09-30Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into ↵Robby Russell
vivekprahlad-master
2010-09-30Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh ↵Robby Russell
into curiousstranger-dirpersist
2010-09-30Match xterm-color, the default OS X terminalTrevor Creech
2010-09-30Tidying up the spacing to bring in line with coding standardsRobby Russell
2010-09-30Merge branch 'ssh-agent' of http://github.com/gwjo/oh-my-zsh into gwjo-ssh-agentRobby Russell
2010-09-30Merge branch 'theunraveler_theme' of ↵Robby Russell
http://github.com/theunraveler/oh-my-zsh into theunraveler-theunraveler_theme
2010-09-30Merge branch 'named_dirs_completion' of http://github.com/kremso/oh-my-zsh ↵Robby Russell
into kremso-named_dirs_completion
2010-09-30Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into ↵Robby Russell
kremso-shifttab
2010-09-26Portable perl dirpersiststore because 'tail -r' doesn't work everywhere.Matt Cable
2010-09-26Add vi-mode plugin for vi-like editingTomas Kramar
2010-09-26Do not complete named-directoriesTomas Kramar
2010-09-26unset config_file is uselessTomas Kramar