From 4184499c7b6e4a5af2c634b7cf47c95a86fe5145 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 27 May 2023 07:10:22 +0300 Subject: [PATCH] fix jump installation again --- run_once_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 6c33e88..c156aac 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -13,7 +13,7 @@ fish -c "fish_add_path -U ~/.cargo/bin" chsh -s /usr/bin/fish #cargo install atuin -GOBIN=~/.local/bin go install jump +GOBIN=~/.local/bin go install github.com/gsamokovarov/jump@latest {{ end -}}