Skip to content

Commit

Permalink
Added path completion to autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavidberger committed Aug 16, 2019
1 parent 8615fdc commit 56cb599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions survive_autocomplete.sh
Expand Up @@ -8,6 +8,7 @@ _script()
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
COMPREPLY=( $(compgen -W "${_script_commands}" -- ${cur}) )
_filedir
return 0
}

Expand Down

0 comments on commit 56cb599

Please sign in to comment.