mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
-n exists for a reason
This commit is contained in:
parent
a300e3267f
commit
875a4d8c23
|
@ -66,7 +66,7 @@ printf "%s" "$arr" | awk '{printf("%'"${width}"'d %s\n", NR, $0)}' > "$dst_file"
|
|||
|
||||
items=("~")
|
||||
while IFS='' read -r line; do
|
||||
if [ ! -z "$NNN_LIST" ]; then
|
||||
if [ -n "$NNN_LIST" ]; then
|
||||
line=$(readlink "$line" || printf "%s" "$line")
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue