mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
start out with thoughtbots version
This commit is contained in:
7
zsh/completion/_ag
Normal file
7
zsh/completion/_ag
Normal file
@@ -0,0 +1,7 @@
|
||||
#compdef ag
|
||||
|
||||
if (( CURRENT == 2 )); then
|
||||
compadd $(cut -f 1 tmp/tags .git/tags 2>/dev/null)
|
||||
else;
|
||||
_files
|
||||
fi
|
||||
Reference in New Issue
Block a user