mirror of
https://github.com/jarun/nnn.git
synced 2024-11-16 08:03:16 +00:00
fix fzf bookmarks plugin environment variable (#756)
* fix fzf bookmarks plugin environment variable * fix for POSIX
This commit is contained in:
parent
1b1842c354
commit
ed53c54ba2
|
@ -25,7 +25,9 @@
|
|||
# Shell: POSIX compliant
|
||||
# Author: Todd Yamakawa
|
||||
|
||||
if [ -z "$BOOKMARKS_DIR" ]; then
|
||||
BOOKMARKS_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/nnn/bookmarks"
|
||||
fi
|
||||
|
||||
# Check if NNN_PIPE is set
|
||||
if [ -z "$NNN_PIPE" ]; then
|
||||
|
|
Loading…
Reference in a new issue