mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
plugins/bashmarks: Describe the configuration BASHMARK_SDIRS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user