diff options
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/bookmarks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bookmarks b/plugins/bookmarks index 65670cd..b25e8e5 100755 --- a/plugins/bookmarks +++ b/plugins/bookmarks @@ -26,7 +26,7 @@ # Author: Todd Yamakawa if [ -z "$BOOKMARKS_DIR" ]; then - BOOKMARKS_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/nnn/bookmarks" + BOOKMARKS_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/nnn/bookmarks" fi # Check if NNN_PIPE is set |