Skip to content

Commit 1f145eb

Browse files
authored
Update bashmarks.sh
1 parent 342169a commit 1f145eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bashmarks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# p b[TAB] - tab completion is available
3131
# d bookmarkname - deletes the bookmark
3232
# d [TAB] - tab completion is available
33-
# l - list all bookmarks
33+
# gg - list all bookmarks
3434

3535
# setup file to store bookmarks
3636
if [ ! -n "$SDIRS" ]; then
@@ -97,7 +97,7 @@ function check_help {
9797
}
9898

9999
# list bookmarks with dirnam
100-
function l {
100+
function gg {
101101
check_help $1
102102
source $SDIRS
103103

0 commit comments

Comments
 (0)