aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zprofile2
-rw-r--r--zsh/.zshrc1
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
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
-