Skip to content

Commit

Permalink
yarnをglobalに持つことで、corepackを使う際にエラーになっていたが、そもそもglobalに持たなくて良いので該当処理を削除した
Browse files Browse the repository at this point in the history
  • Loading branch information
KatsukiFujimoto committed Mar 4, 2024
1 parent f55c6cd commit ac8d62e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ fi

# asdf
command -v asdf 1> /dev/null && . $(brew --prefix asdf)/libexec/asdf.sh
export PATH="$(yarn global bin):$PATH"

# tmux
# SHELL LOGIN WITH TMUX / If not running interactively, do not do anything
Expand Down

0 comments on commit ac8d62e

Please sign in to comment.