summaryrefslogtreecommitdiff
path: root/git.zsh
AgeCommit message (Collapse)Author
2009-09-23Moving 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-22Git 1.6 supportChristopher Sexton
`git-symbolic-ref` needs to be `git symbolic-ref`
2009-09-22Improved git prompt handlingChristopher 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-14Adding a little documentation for the git themesChristopher Sexton
2009-09-14Added risto theme and made git.zsh themableChristopher 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-08-31Merging geoffgarside workRobby Russell
2009-08-31Move the spaces around again :PGeoff Garside
2009-08-31Only calling git symbolic-ref HEAD when we are in a .git directoryRobby Russell
2009-08-31Restructure spaces in git piecesGeoff Garside
2009-08-31Colour branch name and add dirty stringGeoff Garside
2009-08-31Change dirty git string to a yello XGeoff Garside
2009-08-31Strip colours from git.zshGeoff Garside
2009-08-30Removing some unused git-dirty parsing code.Robby Russell
2009-08-28Importing initial files after reorganizing stuff.Robby Russell