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 +- zsh/.zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'zsh') 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 diff --git a/zsh/.zshrc b/zsh/.zshrc index 4d53aad..bc7d172 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -104,4 +104,3 @@ alias ec="emacsclient -c" [[ -e /usr/share/doc/pkgfile/command-not-found.zsh ]] && \ source /usr/share/doc/pkgfile/command-not-found.zsh - -- cgit v1.2.3