mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add gf support
This commit is contained in:
5
dotfiles/zshrc.completions/_gf
Normal file
5
dotfiles/zshrc.completions/_gf
Normal file
@@ -0,0 +1,5 @@
|
||||
#compdef gf
|
||||
|
||||
function _gf {
|
||||
_arguments "1: :($(gf -list))"
|
||||
}
|
||||
Reference in New Issue
Block a user