Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-11 | Added git diff for vim (gdv) | Gerhard Lazu | |
2009-10-11 | Replaced source with . | Gerhard Lazu | |
2009-10-08 | Add my own theme | Wesley Moore | |
2009-10-07 | should probably use the value of CASE_INSENSITIVE | Matthew Donoughe | |
2009-10-07 | allow case sensitivity to be toggled | Matthew Donoughe | |
2009-10-06 | Fix cypher's theme for older zsh versions | Markus Prinz | |
2009-10-06 | Merge branch 'master' of git://github.com/cypher/oh-my-zsh into cypher/master | Robby Russell | |
2009-10-05 | add xiong-chiamiov theme | xiongchiamiov | |
2009-10-03 | Make "-" an alias for "cd -" (cd back to previous directory) | Markus Prinz | |
2009-10-03 | Add my (cypher's) zsh prompt | Markus Prinz | |
Based on Evan's prompt, it uses colors, shows the exit status of the last command if it was non-zero, and displays "#" when running with elevated privileges | |||
2009-10-01 | run update check *after* running custom configuration scripts. | Jon Evans | |
This means we are running it after $PATH has potentially been set up, which means it's more likely that commands like "git" will be found | |||
2009-09-23 | Oh My Zsh gets a weekly auto-updater... the future is now! | Robby Russell | |
2009-09-23 | Adding a script to check for upgrades | Robby Russell | |
2009-09-23 | put everything in lib | James Cox | |
2009-09-23 | merge upstream | James Cox | |
2009-09-23 | Bumping up history to 10k commands | Robby Russell | |
2009-09-23 | Updating README to mention custom/ directory | Robby Russell | |
2009-09-23 | not ignoring example.zsh | Robby Russell | |
2009-09-23 | Updating .gitignore to ignore everything but the example.zsh file in custom/ | Robby Russell | |
2009-09-23 | Moving some example files into custom/ | Robby Russell | |
2009-09-23 | Moving all zsh config options into a lib/ subdirectory to make way for some ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options | |||
2009-09-22 | Using compctl instead of compdef to resolve Issue #1 | Robby Russell | |
2009-09-23 | Merge remote branch 'upstream/master' | James Cox | |
2009-09-23 | add in refcard note | James Cox | |
2009-09-23 | more fixes, more or less have this as i want | James Cox | |
2009-09-23 | further refactorings | James Cox | |
2009-09-23 | misc useful | James Cox | |
2009-09-23 | tidy up history | James Cox | |
2009-09-22 | Added a new theme | Gary Blessington | |
2009-09-22 | would rather store history in $HOME and double size | James Cox | |
2009-09-22 | some todo notes, take @chris2's titlebar improvements and poke at completions | James Cox | |
2009-09-22 | minimalist | James Cox | |
2009-09-22 | add in xterms / title hacks | James Cox | |
2009-09-22 | Merge remote branch 'upstream/master' | James Cox | |
2009-09-22 | Git 1.6 support | Christopher Sexton | |
`git-symbolic-ref` needs to be `git symbolic-ref` | |||
2009-09-22 | Improved git prompt handling | Christopher Sexton | |
* Improved speed, the first time cd'ing into a git repo the prompt returns much faster (for me at least). * Prompt is now decorated in nested folders within a git repo. No longer check for the '.git' folder. | |||
2009-09-22 | make correction work; this is a nicer way of handling typos in commands | James Cox | |
2009-09-22 | some helpers to make directory traversal go easier.... | James Cox | |
2009-09-14 | Adding a little documentation for the git themes | Christopher Sexton | |
2009-09-14 | Added risto theme and made git.zsh themable | Christopher Sexton | |
* git.zsh is now themable: * git_prompt_info() now will look in the following variables for formatting strings: * ZSH_THEME_GIT_PROMPT_PREFIX - Prefix for the prompt (before the branch name) * ZSH_THEME_GIT_PROMPT_SUFFIX - The very end of the prompt * ZSH_THEME_GIT_PROMPT_DIRTY - Displayed when the branch is dirty * ZSH_THEME_GIT_PROMPT_CLEAN - Displayed when the branch is clean * Updated geoffgarside, robbyrussell, and maran to work with new git theme * Added the Risto theme, which is very similar to a number of bash prompts, and allows me to use zsh in with out my co-workers knowing I have the advantage. Think of it as a ninja theme. | |||
2009-09-07 | Updating the name of the rake and capistrano task cache file to append a ~ ↵ | Robby Russell | |
to the end of the filename so it's easier to ignore in rails git projects. [#1] | |||
2009-09-07 | Updating install process to copy your current environments PATH and adding ↵ | Robby Russell | |
it to the bottom of ~/.zshrc. | |||
2009-09-06 | Merge branch 'master' of git://github.com/mwilliams/oh-my-zsh into ↵ | Robby Russell | |
mwilliams/master | |||
2009-09-06 | added case-insensitive auto completion | Jamie van Dyke | |
2009-09-03 | Adding more useful aliases for Git. | mwilliams | |
2009-09-01 | Moving bindings into their own file. Updating aliases after moving out bindings | Robby Russell | |
2009-09-01 | Trying out some zsh-fu. Using the for x (*.zsh) source approach | Robby Russell | |
2009-09-01 | Updating README to instruct people to copy the .zshrc template file versus ↵ | Robby Russell | |
symlinking it. | |||
2009-09-01 | Updating installer to use the new template file. ~/.zshrc will now be ↵ | Robby Russell | |
outside of the repository | |||
2009-09-01 | Updating the template file to use the oh-my-zsh.sh loader | Robby Russell | |