From 430833326b327b69d304868c4aade99e79bbfbd6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 17 Apr 2021 19:25:07 +0530 Subject: [PATCH] Minor plugin update --- plugins/fzcd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/fzcd b/plugins/fzcd index 0c674ead..907f4f94 100755 --- a/plugins/fzcd +++ b/plugins/fzcd @@ -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 -- 2.48.1