Fix the fzf part

Forgot to set the variable...
This commit is contained in:
Segcolt 2024-09-24 09:23:19 -03:00
parent 795449ed76
commit 57a2ac7f68

View File

@ -77,8 +77,8 @@ rm -rf $HOME/.config/fish
git clone -b alternative $GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish git clone -b alternative $GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish
# Install and setup fzf # Install and setup fzf
readonly FZF_VER readonly FZF_VER=0.55.0
curl -sSL https://github.com/junegunn/fzf/releases/download/v0.55.0/fzf-${FZF_VER}-linux_amd64.tar.gz > fzf.tar.gz curl -sSL https://github.com/junegunn/fzf/releases/download/v${FZF_VER}/fzf-${FZF_VER}-linux_amd64.tar.gz > fzf.tar.gz
tar xvzf fzf.tar.gz -C $HOME/.local/bin tar xvzf fzf.tar.gz -C $HOME/.local/bin
# Install and setup starship # Install and setup starship