From de1c94861abacb6e5f856dc733dabd11a840b04a Mon Sep 17 00:00:00 2001 From: Ryan Peterson Date: Fri, 23 Nov 2018 11:53:11 -0800 Subject: [PATCH] Changed bb command without parameters to run bbl --- bash-bookmarks.sh | 5 +++++ 1 file changed, 5 insertions(+) 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"