Browse Source

correct fzf

Mike Ramthun 1 week ago
parent
commit
4eb0a563b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      10-fzf.sh

+ 1 - 1
10-fzf.sh

@@ -10,5 +10,5 @@ curl -LO https://github.com/junegunn/fzf/releases/download/v$VERSION/$TARBALL
 tar -C "$HOME"/.local/bin -xzf $TARBALL
 rm $TARBALL
 
-echo 'eval "$(fzf --bash)"' > "$HOME"/.bashrc.d/fzf.sh
+echo 'eval "$($HOME/.local/bin/fzf --bash)"' > "$HOME"/.bashrc.d/fzf.sh