From 78249395917bc49ce2bb218c9d789665d2a9b245 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 21:03:41 +0200 Subject: [PATCH] zshrc: FZF_CTRL_T_COMMAND += --hidden --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 64ba26d..d6ef153 100644 --- a/.zshrc +++ b/.zshrc @@ -112,7 +112,7 @@ HISTORY_SUBSTRING_SEARCH_FUZZY=" " export FZF_DEFAULT_COMMAND="fd --type f --hidden --follow --exclude 'node_modules' ." - export FZF_CTRL_T_COMMAND="fd --follow --full-path --base-directory . --exclude '.git' --exclude 'node_modules' ." + export FZF_CTRL_T_COMMAND="fd --follow --full-path --hidden --base-directory . --exclude '.git' --exclude 'node_modules' ." export FZF_ALT_C_COMMAND="fd -H -t d ." export DISABLE_FZF_AUTO_COMPLETION="true" # Options to fzf command