Skip to content
Snippets Groups Projects
Commit 4f2c4ef4 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Add bash competition for easyconfigs from local dir but not robot search path

parent 9da573ce
No related branches found
No related tags found
No related merge requests found
_eb()
{
local cur prev quoted
_get_comp_words_by_ref cur prev
_quote_readline_by_ref "$cur" quoted
case $cur in
--*) _optcomplete "$@"; return 0 ;;
*) COMPREPLY=( $(compgen -f -X '!*.eb' -- $cur ) ) ;;
esac
}
complete -F _eb eb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment