Skip to content

Commit d6f8ccb

Browse files
committed
chore: コミット漏れ
1 parent fafd915 commit d6f8ccb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

zsh/.zshenv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Homebrew
22
eval "$(/opt/homebrew/bin/brew shellenv)"
3+
4+
# ASDF
5+
export ASDF_DATA_DIR="$HOME/dotfiles/asdf"
6+
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
7+
fpath=(${ASDF_DATA_DIR:-$HOME/.asdf}/completions $fpath)
8+
autoload -Uz compinit && compinit

0 commit comments

Comments
 (0)