diff --git a/bash-bookmarks.sh b/bash-bookmarks.sh index 4df2755..2477dbc 100644 --- a/bash-bookmarks.sh +++ b/bash-bookmarks.sh @@ -79,6 +79,11 @@ function __bbf_reset(){ # bb for bash-bookmarks function bb(){ # Options + if [ -z $1 ] + then + bbl + return 0; + fi if [[ $1 = "-h" || $1 = "--help" || -z $1 ]] then printf "\n"