You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 months ago
..
completion.bash [shell] Revert interactiveness checks for eval 2 months ago
completion.zsh [shell] Revert interactiveness checks for eval 2 months ago
key-bindings.bash [shell] Revert interactiveness checks for eval 2 months ago
key-bindings.fish [fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluated 2 months ago
key-bindings.zsh [shell] Revert interactiveness checks for eval 2 months ago