[bugfix] fzf failed if already exisits
This commit is contained in:
parent
1319ee4e24
commit
64ef23d597
|
@ -11,7 +11,7 @@ case "$PM" in
|
|||
sudo add-apt-repository ppa:fish-shell/release-3 -y
|
||||
sudo apt update
|
||||
sudo apt install fish libnotify-bin xdotool silversearcher-ag dash -y
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
[ ! -d ~/.fzf ] && git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
;;
|
||||
pacman)
|
||||
|
|
Loading…
Reference in New Issue
Block a user