mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +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=("~")
|
items=("~")
|
||||||
while IFS='' read -r line; do
|
while IFS='' read -r line; do
|
||||||
if [ ! -z "$NNN_LIST" ]; then
|
if [ -n "$NNN_LIST" ]; then
|
||||||
line=$(readlink "$line" || printf "%s" "$line")
|
line=$(readlink "$line" || printf "%s" "$line")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue