Fix typo in gg completions
This commit is contained in:
parent
36ce40d718
commit
2d26caba54
@ -25,7 +25,7 @@
|
||||
block: >-
|
||||
function _gg_completion() {
|
||||
local cur=${COMP_WORDS[COMP_CWORD]};
|
||||
COMPREPLY=( $(compgen -W "$(command ls $PROJECT_DIR)" -- $cur) );
|
||||
COMPREPLY=( $(compgen -W "$(command ls $PROJECTS_DIR)" -- $cur) );
|
||||
}
|
||||
|
||||
complete -F _gg_completion gg
|
||||
|
Reference in New Issue
Block a user