Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Nov 18, 2023
1 parent 5c45094 commit bef19a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages:
- name: cheat/cheat@4.4.0
- name: golangci/golangci-lint@v1.55.1
- name: goreleaser/goreleaser@v1.21.2
- name: google/yamlfmt@v0.10.0
- name: google/yamlfmt@v0.9.0
- name: koalaman/shellcheck@v0.9.0
- name: mvdan/sh@v3.7.0
- name: stern/stern@v1.26.0
Expand Down
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ return {
},
html = {},
cssls = {},
solargraph = {},
},
},
},
Expand Down
4 changes: 4 additions & 0 deletions .zsh/80_custom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ if has "setup-envtest"; then
k8s_version="1.25.x"
source <(setup-envtest use -i -p env ${k8s_version})
fi

if has "rbenv"; then
eval "$(rbenv init -)"
fi
2 changes: 1 addition & 1 deletion .zshenv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
typeset -gx -U path
path=( \
~/bin(N-/) \
/opt/homebrew/bin(N-/) \
~/.local/share/aquaproj-aqua/bin(N-/) \
~/ghq/bin(N-/) \
/opt/homebrew/bin(N-/) \
/usr/local/bin(N-/) \
/usr/sbin(N-/) \
~/.local/bin(N-/) \
Expand Down

0 comments on commit bef19a7

Please sign in to comment.