From 53d2ae5171ec75c87b867639da53485f74d4aa50 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Thu, 12 Oct 2023 18:53:36 +0900 Subject: [PATCH] plugins/bashmarks: Describe the configuration BASHMARK_SDIRS --- plugins/bashmarks/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/bashmarks/README.md b/plugins/bashmarks/README.md index aec79db..e78c43e 100644 --- a/plugins/bashmarks/README.md +++ b/plugins/bashmarks/README.md @@ -1,7 +1,9 @@ # Bashmarks plugin The Bashmarks plugin allows you to create and use bookmarks for directories on -your filesystems. +your filesystems. This plugin is derived from the project +https://github.com/huing/bashmarks but contains improvements. This plugin is +licensed under the 3-Clause BSD license. ## Quickstart @@ -41,6 +43,12 @@ $ bm -l the information of bookmarks of directory names. The default path is `~/.sdirs`. The old interface `SDIRS` is now deprecated. +## Configuration + +- `BASHMARKS_SDIR`: This variable contains the path to the file that stores the + information of bookmarks of directory names. The default path is `~/.sdirs`. + The old interface `SDIRS` is now deprecated. + ## Commands **bm -h** Print short help text