From 57a2ac7f68e9e820bc193a9ba7bf0320f63926af Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Tue, 24 Sep 2024 09:23:19 -0300 Subject: [PATCH] Fix the fzf part Forgot to set the variable... --- initialize.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initialize.sh b/initialize.sh index ff1e41f..55c425f 100644 --- a/initialize.sh +++ b/initialize.sh @@ -77,8 +77,8 @@ rm -rf $HOME/.config/fish git clone -b alternative $GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish # Install and setup fzf -readonly FZF_VER -curl -sSL https://github.com/junegunn/fzf/releases/download/v0.55.0/fzf-${FZF_VER}-linux_amd64.tar.gz > fzf.tar.gz +readonly FZF_VER=0.55.0 +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 # Install and setup starship