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