mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
#compdef ag
|
|
|
|
if (( CURRENT == 2 )); then
|
|
compadd $(cut -f 1 tmp/tags .git/tags 2>/dev/null)
|
|
else;
|
|
_files
|
|
fi
|