From b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 17 May 2020 00:07:53 +0800 Subject: zsh: fix fzf command and reformat --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index 9850aae..6a40089 100755 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -58,7 +58,7 @@ fi # fzf if type "fzf" > /dev/null && type "rg" > /dev/null; then - export FZF_DEFAULT_COMMAND="rg --hidden --follow --ignore-vcs --files --iglob '\!.git'" + export FZF_DEFAULT_COMMAND="rg --hidden --follow --ignore-vcs --files --iglob '!.git'" fi # Aliases -- cgit v1.2.3