mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix indentation
This commit is contained in:
parent
c074572748
commit
dbf12ed031
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue