mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Advanced use cases (markdown)
parent
251cf8ec14
commit
f9c721a604
|
@ -83,7 +83,7 @@ Or you can also call `nnn` in a wrapper script with necessary exports, example:
|
|||
# If you use pywal, you need to restore the scheme here
|
||||
# (cat ~/.cache/wal/sequences &)
|
||||
|
||||
export NNN_BMS="D:~/Downloads;v:~/Videos"
|
||||
export NNN_BMS="D:$HOME/Downloads;v:$HOME/Videos"
|
||||
export NNN_COLORS="5236"
|
||||
alias nsel="cat ${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection | tr '\0' '\n'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue