aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.functions/overrides.zsh
blob: b3206718c71a816006e04708cb6ff2c3ab3cb36b (plain)
1
2
3
4
# make git auto completion faster by favoring local files
__git_files () {
  _wanted files expl 'local files' _files
}