diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-05-17 00:07:53 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-05-17 00:07:53 +0800 |
| commit | b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08 (patch) | |
| tree | 291dcc4abcf4c1fad205d27d866f1db447dc7afd /zsh | |
| parent | 626fd18cfeef09d13dc3355cd9d06da9e17ad4e6 (diff) | |
| download | dotfiles-b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08.tar.gz dotfiles-b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08.tar.bz2 dotfiles-b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08.tar.lz dotfiles-b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08.tar.xz dotfiles-b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08.tar.zst dotfiles-b6cd2cfe5bc2e012dfa82b57bb75f64e64864c08.zip | |
zsh: fix fzf command and reformat
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 - |
