fzf/shell
Junegunn Choi 152988c17b
[shell] Revert interactiveness checks for eval
So that there's no error even when the scripts are mistakenly evaluated
in non-interactive sessions.

  bash -c 'eval "$(fzf --bash)"; echo done'
  zsh -c 'eval "$(fzf --zsh)"; echo done'

* https://github.com/junegunn/fzf/pull/3675#issuecomment-2044860901
* f103aa4753
2024-04-10 00:46:09 +09:00
..
completion.bash [shell] Revert interactiveness checks for eval 2024-04-10 00:46:09 +09:00
completion.zsh [shell] Revert interactiveness checks for eval 2024-04-10 00:46:09 +09:00
key-bindings.bash [shell] Revert interactiveness checks for eval 2024-04-10 00:46:09 +09:00
key-bindings.fish [fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluated 2024-03-31 20:37:20 +09:00
key-bindings.zsh [shell] Revert interactiveness checks for eval 2024-04-10 00:46:09 +09:00