Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JY8752 committed Sep 4, 2023
1 parent 952488c commit 7ac3a73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ precmd(){ vcs_info }

#go
# export GOPATH=/Users/yamanakajunichi # GOPATHにすると決めた場所
# export PATH=$GOPATH/bin:$PATH
export PATH=$(go env GOPATH)/bin:$PATH

#jenv
# export PATH="$HOME/.jenv/bin:$PATH"
Expand Down Expand Up @@ -115,9 +115,9 @@ source <(helm completion zsh)
# asdf

# asdfの補完
# . /opt/homebrew/opt/asdf/libexec/asdf.sh
# fpath=($(brew --prefix asdf)/completions $fpath)
# autoload -Uz compinit && compinit
. /opt/homebrew/opt/asdf/libexec/asdf.sh
fpath=($(brew --prefix asdf)/completions $fpath)
autoload -Uz compinit && compinit

# asdfのJAVA_HOMEを設定
. ~/.asdf/plugins/java/set-java-home.zsh
Expand Down
5 changes: 3 additions & 2 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
"rust-analyzer.check.command": "clippy",
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
}
},
"git.openRepositoryInParentFolders": "always"
}

0 comments on commit 7ac3a73

Please sign in to comment.