diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-10-09 10:00:55 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-10-09 10:00:55 +0900 |
| commit | a0d61b4c373f6b977314f7ebe53f6236798151e9 (patch) | |
| tree | ff6774615434471a7605bf8319f2dc64b7dd37ff | |
| parent | 2952737755aeda4c088a84693569f7b881162160 (diff) | |
| download | fzf-a0d61b4c373f6b977314f7ebe53f6236798151e9.tar.gz | |
[install] Remove redundant interactiveness check
Related #3449
/cc @calestyo
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ for shell in $shells; do src=${prefix_expand}.${shell} echo -n "Generate $src ... " - fzf_completion="[[ \$- == *i* ]] && source \"$fzf_base/shell/completion.${shell}\" 2> /dev/null" + fzf_completion="source \"$fzf_base/shell/completion.${shell}\"" if [ $auto_completion -eq 0 ]; then fzf_completion="# $fzf_completion" fi |
