Explorar el Código

Make FZF ZSH extension path easily modifiable

Frans Bergman hace 5 años
padre
commit
2c55ee32e0
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      .zshrc

+ 3 - 2
.zshrc

@@ -33,8 +33,9 @@ source ~/.aliases
 bindkey -v
 
 # Fuzzy Finder
-source /usr/share/fzf/completion.zsh
-source /usr/share/fzf/key-bindings.zsh
+FZF_PATH=/usr/share/doc/fzf/
+source $FZF_PATH/completion.zsh
+source $FZF_PATH/key-bindings.zsh
 
 fzf-history-widget-accept() {
   fzf-history-widget