From dbf12ed031cb26394ca1c8a0b0dcf3ad1a2b523b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 15 Oct 2020 08:08:50 +0530 Subject: [PATCH] Fix indentation --- plugins/bookmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bookmarks b/plugins/bookmarks index 65670cd5..b25e8e5f 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