Skip to content

Commit

Permalink
Git autocomplete on steroids with this fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriacos committed May 26, 2012
1 parent 89fe723 commit abd614d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions zshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# shortcut to this $ZSH path is $ZSH
export ZSH=~/.zsh

. $ZSH/config
. $ZSH/prompt
. $ZSH/aliases
Expand All @@ -17,6 +14,12 @@ set -o emacs # or vi if you prefer
# keep this here as a fix for rake
alias rake='noglob rake'

# http://talkings.org/post/5236392664/zsh-and-slow-git-completion
# superfly tnt git autocomplete
__git_files () {
_wanted files expl 'local files' _files
}

# print current directory to title bar
# osx lion now uses that when opening new
# terminal window or tab
Expand Down

0 comments on commit abd614d

Please sign in to comment.