mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
nomad completions
This commit is contained in:
9
fish.configlink/completions/nomad.fish
Normal file
9
fish.configlink/completions/nomad.fish
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
function __complete_nomad
|
||||||
|
set -lx COMP_LINE (commandline -cp)
|
||||||
|
test -z (commandline -ct)
|
||||||
|
and set COMP_LINE "$COMP_LINE "
|
||||||
|
/usr/local/bin/nomad
|
||||||
|
end
|
||||||
|
complete -f -c nomad -a "(__complete_nomad)"
|
||||||
|
|
Reference in New Issue
Block a user