summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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 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
2010-09-25Added theunraveler theme.Jake Bell
2010-09-24ssh-agent modulegwjo
Implement a simple module that automatically launches the ssh-agent when you login and adds your default key. Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
2010-09-21Removed unportable (and unnecessary) grep flagsMatt Cable
2010-09-19Change zdirstore to variableMatt Cable
2010-09-19Added install instructionsMatt Cable
2010-09-19Added installation functionMatt Cable
2010-09-19Move dirpersist to pluginMatt Cable
2010-09-19Escape some metachars that trip up .zdirstore scriptMatt Cable
2010-09-19Escape &'s in path name. Need to find general function for escaping allMatt Cable
shell metacharacters.
2010-09-19Alias popd to remove deleted dirs from persistanceMatt Cable
2010-09-19Initial pass at pesistant directory stackMatt Cable
2010-09-10Adding commentsVivek Prahlad
2010-09-10Adding a plugin with aliases for macportsVivek Prahlad
2010-09-01Merge branch 'pip_plugin'Daniel Schauenberg
2010-09-01Merge branch 'gem_plugin'Daniel Schauenberg
2010-09-01Merge branch 'brew_plugin_fix'Daniel Schauenberg
2010-09-01add pip completion and pluginDaniel Schauenberg
2010-09-01add gem completion function and pluginDaniel Schauenberg
2010-08-30Added the truly epic kennethreitz theme.Kenneth Reitz
2010-08-24Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63Robby Russell
2010-08-20fix problems with brew completionDaniel Schauenberg
- update plugin architecture - completion function in $ZSH/functions/brew - plugins/brew.plugin.zsh only activates
2010-08-19Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2010-08-19Switching to /usr/bin/env zsh instead of /bin/zsh in the installerRobby Russell
2010-08-19add fletcherm theme; a slightly modified copy of an old tonotdo themeMatt Fletcher