We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e2ff0 commit 6abe77fCopy full SHA for 6abe77f
bookmarker.sh
@@ -64,7 +64,7 @@ unbookmark (){
64
65
66
# Show a list of the bookmarks
67
-brewbookmarksshow (){
+bookmarksshow (){
68
cat ~/.bookmarks | awk '{ printf "%-40s%-40s%s\n",$1,$2,$3}' FS=\|
69
}
70
0 commit comments