diff --git a/bashrc.d/fzf.bash b/bashrc.d/fzf.bash index b83c406..2de7984 100644 --- a/bashrc.d/fzf.bash +++ b/bashrc.d/fzf.bash @@ -19,7 +19,7 @@ if [ ! -d "$HOME/.asdf/installs/fzf" ] ; then BINDING_SCRIPT="${HOME}/.fzf/shell/key-bindings.bash" else - FZF_VERSION=$(asdf current fzf | awk '{print $2}') + FZF_VERSION=$(asdf current --no-header fzf | awk '{print $2}') COMPLETION_SCRIPT="${HOME}/.asdf/installs/fzf/${FZF_VERSION}/shell/completion.bash" BINDING_SCRIPT="${HOME}/.asdf/installs/fzf/${FZF_VERSION}/shell/key-bindings.bash" fi