diff --git a/scripts/navigate_bash_setup.sh b/scripts/navigate_bash_setup.sh index dbe04fa..b27a330 100644 --- a/scripts/navigate_bash_setup.sh +++ b/scripts/navigate_bash_setup.sh @@ -33,7 +33,7 @@ function navconfig { function _book { CURRENT_WORD=${COMP_WORDS[COMP_CWORD]} if [[ COMP_CWORD -eq 1 ]]; then - BOOKMARKS="add remove clean $(__call_navigate bookmark completions)" + BOOKMARKS="add remove clean help $(__call_navigate bookmark completions)" COMPREPLY=($(compgen -W "${BOOKMARKS}" -- $CURRENT_WORD)) elif [[ COMP_CWORD -eq 2 ]]; then if [[ "${COMP_WORDS[1]}" = "clean" ]]; then