Minor plugin update

This commit is contained in:
Arun Prakash Jana 2021-04-17 19:25:07 +05:30
parent 25157592df
commit 430833326b
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -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