summaryrefslogtreecommitdiff
path: root/fedora/.config/bash/git.bash
blob: 8fe73828fe1ac28a5bfc671bf921c643e3a56ed1 (plain)
1
2
3
4
5
6
7
#!/bin/bash

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