From: Arun Prakash Jana Date: Thu, 15 Oct 2020 02:38:50 +0000 (+0530) Subject: Fix indentation X-Git-Tag: v3.5~31 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dbf12ed031cb26394ca1c8a0b0dcf3ad1a2b523b;p=nnn.git Fix indentation --- 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