Skip to content

Commit

Permalink
Update bookmarker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik60 committed Jul 27, 2014
1 parent e7e2ff0 commit 6abe77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ unbookmark (){


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

Expand Down

0 comments on commit 6abe77f

Please sign in to comment.