Update fzf.sh
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
0a2891855d
commit
d64e489ac9
1 changed files with 2 additions and 2 deletions
4
fzf.sh
4
fzf.sh
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue