Size: 32
Comment:
|
Size: 780
Comment: Speeding up git completion
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* [[http://stuff.mit.edu/~jdong/misc/zshrc|FriedCPU's zshrc (based on one by Mako)]], from [[http://friedcpu.wordpress.com/2007/07/24/zsh-the-last-shell-youll-ever-need/|his blog]] * [[http://dotfiles.org/~_why/.zshrc|why the lucky stiff's zshrc]] * [[http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc|grml's zshrc]] from [[http://grml.org/zsh/|grml's zsh page]] * [[http://pthree.org/2008/11/23/727/|Aaron Toponce's zsh prompt]] * [[http://www.sourceguru.net/archives/188|Fixing zsh window titles]] == Speeding up git completion == {{{#!highlight sh __git_files () { _wanted files expl ‘local files’ _files } }}} from [[http://talkings.org/post/5236392664/zsh-and-slow-git-completion|Zsh and slow git completion]] |
vi-mode editing:
bindkey -v