Farzy / zsh-git forked from jcorbin/zsh-git
- Source
- Commits
- Network (11)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit c7d25efb1e9d49b0eb5a49b8e17d081332deecf7
tree 587030fddbb32f33fd995d7d3bc769a31936ba4a
parent fca801c9978e17d7fba536e5461ade4d1238a046
tree 587030fddbb32f33fd995d7d3bc769a31936ba4a
parent fca801c9978e17d7fba536e5461ade4d1238a046
zsh-git /
| name | age | message | |
|---|---|---|---|
| |
README | Tue Jan 27 14:28:56 -0800 2009 | |
| |
TODO | Tue Jan 27 11:28:33 -0800 2009 | |
| |
functions/ | ||
| |
zshrc | Wed Jan 28 07:22:27 -0800 2009 |
README
http://www.wunjo.org/zsh-git This is my git-enabled zsh prompt. I got fed up with looking at everyone's half-baked kludges, so I decided to try to do better. The git integration bits are mostly separated into a module called 'zgitinit', where as the prompt is a standard zsh prompt theme. To use this, you need to get the files in functions somewhere that zsh can find them, here's two way so to do that: System wide: % sudo cp /path/to-wunjo-zsh-git/functions/* /usr/local/share/zsh/site-functions or just for your user: % mkdir -p ~/.zsh/func % cp /path/to-wunjo-zsh-git/functions/* ~/.zsh/func % cat >> ~/.zshenv fpath=($fpath $HOME/.zsh/func) typeset -U fpath Example minimal zshrc is in zshrc.

