Skip to content

Commit 6abe77f

Browse files
committed
Update bookmarker.sh
1 parent e7e2ff0 commit 6abe77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookmarker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ unbookmark (){
6464

6565

6666
# Show a list of the bookmarks
67-
brewbookmarksshow (){
67+
bookmarksshow (){
6868
cat ~/.bookmarks | awk '{ printf "%-40s%-40s%s\n",$1,$2,$3}' FS=\|
6969
}
7070

0 commit comments

Comments
 (0)