diff options
author | Yigit Sever | 2021-10-13 19:00:41 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-13 19:00:41 +0300 |
commit | ef7f5a0ff314e8b048e245d053db01e65afe0551 (patch) | |
tree | 5c46d74d5c444db11eb4f322f88a75b2fef3aeca | |
parent | 0806b6150cab08cb0525eef337cd88c969054ae1 (diff) | |
download | dotfiles-ef7f5a0ff314e8b048e245d053db01e65afe0551.tar.gz dotfiles-ef7f5a0ff314e8b048e245d053db01e65afe0551.tar.bz2 dotfiles-ef7f5a0ff314e8b048e245d053db01e65afe0551.zip |
zsh: prefer system wide fzf
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,8 +144,8 @@ tickle () { | |||
144 | } | 144 | } |
145 | alias tick=tickle | 145 | alias tick=tickle |
146 | 146 | ||
147 | [ -f ~/.fzf/shell/completion.zsh ] && source ~/.fzf/shell/completion.zsh | 147 | [ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh |
148 | [ -f ~/.fzf/shell/key-bindings.zsh ] && source ~/.fzf/shell/key-bindings.zsh | 148 | [ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh |
149 | 149 | ||
150 | # https://lobste.rs/s/zpw6py/how_do_you_organize_your_home_directory | 150 | # https://lobste.rs/s/zpw6py/how_do_you_organize_your_home_directory |
151 | function te { | 151 | function te { |