mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 21:31:30 +00:00
Minor plugin update
This commit is contained in:
parent
25157592df
commit
430833326b
|
@ -9,6 +9,8 @@
|
|||
|
||||
if [ "$(cmd_exists fzf)" -eq "0" ]; then
|
||||
sel=$(fzf)
|
||||
# Show only the file ane parent dir
|
||||
# sel=$(fzf --delimiter / --with-nth=-2,-1 --tiebreak=begin --info=hidden)
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue