Add gf support

This commit is contained in:
David Tomaschik
2020-10-23 09:40:57 -07:00
parent 3c83cb1761
commit 9717fef420
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#compdef gf
function _gf {
_arguments "1: :($(gf -list))"
}