]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix indentation
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 15 Oct 2020 02:38:50 +0000 (08:08 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 15 Oct 2020 02:38:50 +0000 (08:08 +0530)
plugins/bookmarks

index 65670cd5c4f8d9d5d7924911690566476f56e9ff..b25e8e5fe28e01812eb801618704d7803fb53981 100755 (executable)
@@ -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