Update fzf.sh

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-06-02 12:19:36 +01:00
parent 0a2891855d
commit d64e489ac9
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

4
fzf.sh
View file

@ -1,6 +1,6 @@
#!/bin/bash
# - Assumes your fzf installation goes in ~/.local/bin and the config goes in ~/.config/fzf
# - Assumes your fzf installation goes in ~/.local/bin
# - Assumes you want the Linux amd64 build
if [ "$1" == "" ]; then
@ -39,4 +39,4 @@ mv $TEMP_DIR/fzf $HOME/.local/bin
# Tidy up
rm -r $TEMP_DIR
echo -e 'You may need to install keybindings and autocompletion seperately.\nhttps://github.com/junegunn/fzf'
echo -e '!! WARNING !! You may need to install keybindings and autocompletion seperately.\nhttps://github.com/junegunn/fzf'