Update bash.d/star_trek_date
This commit is contained in:
parent
fd4d4e0909
commit
cbaca42c51
@ -6,7 +6,7 @@ _star_trek_date_complete()
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
opts="$(star_trek_date vulcan -l|grep -v '^Available languages')"
|
||||
opts="$(star_trek_date -l|grep -v '^Available languages')"
|
||||
|
||||
if [ ${COMP_CWORD} = 1 ]; then
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user