Skip to content

Commit

Permalink
Changed bb command without parameters to run bbl
Browse files Browse the repository at this point in the history
  • Loading branch information
PetersonRyan committed Nov 23, 2018
1 parent 5f53df1 commit de1c948
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bash-bookmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit de1c948

Please sign in to comment.