Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-09 | Merge branch 'philips-theme' of http://github.com/philips/oh-my-zsh into ↵ | Robby Russell | |
philips-philips-theme | |||
2010-10-09 | Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into ↵ | Robby Russell | |
philips-title-fix | |||
2010-10-09 | changeing unicode characters that were causing issues | Irakli Gozalishvili | |
2010-10-08 | themes: add philips theme | Brandon Philips | |
Theme based on clean that is more suitable for white background terminals. Signed-off-by: Brandon Philips <brandon@ifup.org> | |||
2010-10-08 | functions: fix title() to not match any $TERM | Brandon 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-09 | Fixing some minor redrew issue | Irakli Gozalishvili | |
2010-10-09 | Adding new gozilla theme | Irakli Gozalishvili | |
2010-10-09 | Improving git plugin so it can display much more data. | Irakli Gozalishvili | |
2010-10-01 | Removing capistrano aliases/functions from rails plugin (since cap is not ↵ | Jake Bell | |
rails-specific). | |||
2010-10-01 | Add lukerandall.zsh-theme | Luke Randall | |
2010-10-01 | adapt brew,gem,pip plugin to new structure | Daniel Schauenberg | |
2010-10-01 | Merge remote branch 'origin/master' into restructure_plugins | Daniel Schauenberg | |
2010-09-30 | Reorganizing 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-30 | Merge branch 'master' of http://github.com/kennethreitz/oh-my-zsh into ↵ | Robby Russell | |
kennethreitz-master | |||
2010-09-30 | Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into ↵ | Robby Russell | |
vivekprahlad-master | |||
2010-09-30 | Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh ↵ | Robby Russell | |
into curiousstranger-dirpersist | |||
2010-09-30 | Match xterm-color, the default OS X terminal | Trevor Creech | |
2010-09-30 | Tidying up the spacing to bring in line with coding standards | Robby Russell | |
2010-09-30 | Merge branch 'ssh-agent' of http://github.com/gwjo/oh-my-zsh into gwjo-ssh-agent | Robby Russell | |
2010-09-30 | Merge branch 'theunraveler_theme' of ↵ | Robby Russell | |
http://github.com/theunraveler/oh-my-zsh into theunraveler-theunraveler_theme | |||
2010-09-30 | Merge branch 'named_dirs_completion' of http://github.com/kremso/oh-my-zsh ↵ | Robby Russell | |
into kremso-named_dirs_completion | |||
2010-09-30 | Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into ↵ | Robby Russell | |
kremso-shifttab | |||
2010-09-26 | Portable perl dirpersiststore because 'tail -r' doesn't work everywhere. | Matt Cable | |
2010-09-26 | Add vi-mode plugin for vi-like editing | Tomas Kramar | |
2010-09-26 | Do not complete named-directories | Tomas Kramar | |
2010-09-26 | unset config_file is useless | Tomas Kramar | |
2010-09-25 | Added theunraveler theme. | Jake Bell | |
2010-09-24 | ssh-agent module | gwjo | |
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-21 | Removed unportable (and unnecessary) grep flags | Matt Cable | |
2010-09-19 | Change zdirstore to variable | Matt Cable | |
2010-09-19 | Added install instructions | Matt Cable | |
2010-09-19 | Added installation function | Matt Cable | |
2010-09-19 | Move dirpersist to plugin | Matt Cable | |
2010-09-19 | Escape some metachars that trip up .zdirstore script | Matt Cable | |
2010-09-19 | Escape &'s in path name. Need to find general function for escaping all | Matt Cable | |
shell metacharacters. | |||
2010-09-19 | Alias popd to remove deleted dirs from persistance | Matt Cable | |
2010-09-19 | Initial pass at pesistant directory stack | Matt Cable | |
2010-09-10 | Adding comments | Vivek Prahlad | |
2010-09-10 | Adding a plugin with aliases for macports | Vivek Prahlad | |
2010-09-01 | Merge branch 'pip_plugin' | Daniel Schauenberg | |
2010-09-01 | Merge branch 'gem_plugin' | Daniel Schauenberg | |
2010-09-01 | Merge branch 'brew_plugin_fix' | Daniel Schauenberg | |
2010-09-01 | add pip completion and plugin | Daniel Schauenberg | |
2010-09-01 | add gem completion function and plugin | Daniel Schauenberg | |
2010-08-30 | Added the truly epic kennethreitz theme. | Kenneth Reitz | |
2010-08-24 | Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63 | Robby Russell | |
2010-08-20 | fix problems with brew completion | Daniel Schauenberg | |
- update plugin architecture - completion function in $ZSH/functions/brew - plugins/brew.plugin.zsh only activates | |||
2010-08-19 | Merge branch 'master' of github.com:robbyrussell/oh-my-zsh | Robby Russell | |
2010-08-19 | Switching to /usr/bin/env zsh instead of /bin/zsh in the installer | Robby Russell | |
2010-08-19 | add fletcherm theme; a slightly modified copy of an old tonotdo theme | Matt Fletcher | |