Skip to content

Commit

Permalink
asdf-direnv設定追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ik11235 committed Apr 22, 2024
1 parent 9577ad4 commit b797d6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DOT_LINK_TARGET/config/asdf-direnv/zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Do not edit. This was autogenerated by 'asdf direnv setup' ###
export ASDF_DIRENV_BIN=~/.asdf/installs/direnv/2.34.0/bin/direnv
eval "$($ASDF_DIRENV_BIN hook zsh)"
3 changes: 3 additions & 0 deletions DOT_LINK_TARGET/zsh.d/zshrc_mac
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if [ -d ~/.asdf/shims ]; then
alias brew="env PATH=${PATH/$EXCLUSION_PATH:/} brew"
fi

## asdf-direnv
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"

## asdf-golang
. ~/.asdf/plugins/golang/set-env.zsh
### https://github.com/kennyp/asdf-golang#version-selection
Expand Down

0 comments on commit b797d6a

Please sign in to comment.