Browse Source

Fix indentation

master
Arun Prakash Jana 4 years ago
parent
commit
dbf12ed031
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/bookmarks

+ 1
- 1
plugins/bookmarks View File

@@ -26,7 +26,7 @@
# Author: Todd Yamakawa # Author: Todd Yamakawa


if [ -z "$BOOKMARKS_DIR" ]; then if [ -z "$BOOKMARKS_DIR" ]; then
BOOKMARKS_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/nnn/bookmarks"
BOOKMARKS_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/nnn/bookmarks"
fi fi


# Check if NNN_PIPE is set # Check if NNN_PIPE is set


Loading…
Cancel
Save