From 030428ba43671cf951712de41be6d3bfb84117c3 Mon Sep 17 00:00:00 2001 From: LangLangBart <92653266+LangLangBart@users.noreply.github.com> Date: Tue, 14 May 2024 18:59:43 +0200 Subject: docs: update zsh integration instructions (#3794) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 05a2b195..4a11587c 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ Add the following line to your shell configuration file. * zsh ```sh # Set up fzf key bindings and fuzzy completion - eval "$(fzf --zsh)" + source <(fzf --zsh) ``` * fish ```fish @@ -226,7 +226,7 @@ Add the following line to your shell configuration file. > For example, to disable ALT-C binding: > > * bash: `FZF_ALT_C_COMMAND= eval "$(fzf --bash)"` -> * zsh: `FZF_ALT_C_COMMAND= eval "$(fzf --zsh)"` +> * zsh: `FZF_ALT_C_COMMAND= source <(fzf --zsh)` > * fish: `fzf --fish | FZF_ALT_C_COMMAND= source` > > Setting the variables after sourcing the script will have no effect. -- cgit v1.2.3