]> git.pld-linux.org Git - packages/fzf.git/blobdiff - install.patch
up to 0.43.0
[packages/fzf.git] / install.patch
index 2b42e1d534b0b7c526485f9942af62b26bdbc85a..3e55cef6a385be1b62f5ea5fd4b1ba64709393da 100644 (file)
@@ -39,8 +39,8 @@
    src=${prefix_expand}.${shell}
    echo -n "Generate $src ... "
  
--  fzf_completion="[[ \$- == *i* ]] && source \"$fzf_base/shell/completion.${shell}\" 2> /dev/null"
-+  fzf_completion="[[ \$- == *i* ]] && source \"/usr/share/fzf/completion.${shell}\" 2> /dev/null"
+-  fzf_completion="source \"$fzf_base/shell/completion.${shell}\""
++  fzf_completion="source \"/usr/share/fzf/completion.${shell}\""
    if [ $auto_completion -eq 0 ]; then
      fzf_completion="# $fzf_completion"
    fi
This page took 0.081507 seconds and 4 git commands to generate.