mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove opinionated options
This commit is contained in:
parent
f443768260
commit
8fc18fb9d6
|
@ -26,7 +26,7 @@ if type fzf >/dev/null 2>&1; then
|
||||||
else
|
else
|
||||||
[ -z "$cmd" ] && cmd="find . -type f 2>/dev/null"
|
[ -z "$cmd" ] && cmd="find . -type f 2>/dev/null"
|
||||||
fi
|
fi
|
||||||
entry="$(eval "$cmd" | fzf -m --delimiter / --nth=-1 --tiebreak=begin --info=hidden)"
|
entry="$(eval "$cmd" | fzf -m)"
|
||||||
# To show only the file name
|
# To show only the file name
|
||||||
# entry=$(find . -type f 2>/dev/null | fzf --delimiter / --with-nth=-1 --tiebreak=begin --info=hidden)
|
# entry=$(find . -type f 2>/dev/null | fzf --delimiter / --with-nth=-1 --tiebreak=begin --info=hidden)
|
||||||
elif type sk >/dev/null 2>&1; then
|
elif type sk >/dev/null 2>&1; then
|
||||||
|
|
Loading…
Reference in a new issue