diff options
Diffstat (limited to 'zsh/.zprofile')
| -rwxr-xr-x | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
