mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 11:21:27 +00:00
Updated Basic use cases (markdown)
parent
7b80e906ee
commit
251cf8ec14
|
@ -35,7 +35,7 @@
|
|||
Set environment variable `NNN_BMS` as a string of `key_char:location` pairs separated by semicolons (`;`):
|
||||
|
||||
```sh
|
||||
export NNN_BMS='d:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/'
|
||||
export NNN_BMS="d:$HOME/Documents;u:/home/user/Cam Uploads;D:$HOME/Downloads/"
|
||||
```
|
||||
|
||||
The bookmarks are listed in the help and config screen (key <kbd>?</kbd>).
|
||||
|
|
Loading…
Reference in a new issue