GOPATH to .go, PATH updates, nvim timeout only on first start
This commit is contained in:
parent
b8d84ef92a
commit
eefa37f435
@ -5,5 +5,4 @@
|
||||
printf "Executing neovim :Lazy sync..."
|
||||
nvim --headless "+Lazy! sync" +qa
|
||||
nvim --headless ":MasonUpdate" +qa
|
||||
timeout 10s nvim --headless ":TSUpdate" || true
|
||||
echo " done."
|
||||
|
@ -1,5 +1,8 @@
|
||||
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
|
||||
set -gx PATH /usr/local/bin $PATH
|
||||
set -gx PATH ~/.local/bin $PATH
|
||||
set -gx PATH ~/.cargo/bin $PATH
|
||||
set -gx GOPATH ~/.go
|
||||
set -gx EDITOR nvim
|
||||
set fish_color_valid_path
|
||||
|
||||
@ -15,7 +18,7 @@ if status is-interactive
|
||||
if test -f /usr/local/Caskroom/miniconda/base/bin/conda
|
||||
eval /usr/local/Caskroom/miniconda/base/bin/conda "shell.fish" hook $argv | source &
|
||||
end
|
||||
# <<< conda initialize <<<
|
||||
# <<< conda initialize <<<
|
||||
|
||||
if type -q jump
|
||||
# initialize jump cd
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
timeout 10s nvim --headless ":TSUpdate" || true
|
||||
|
||||
fisher update
|
||||
echo 2132335212421y | tide configure
|
||||
|
@ -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 github.com/gsamokovarov/jump@latest
|
||||
GOPATH="~/.go" GOBIN="~/.local/bin" go install github.com/gsamokovarov/jump@latest
|
||||
|
||||
{{ end -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user