Skip to content

Commit

Permalink
fix(symlinks): update asdf source path
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Nov 6, 2022
1 parent 83a961e commit 41ab695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symlinks/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ setopt HIST_REDUCE_BLANKS
setopt INC_APPEND_HISTORY # this is default, but set for share_history
setopt SHARE_HISTORY # Share history file amongst all Zsh sessions

. $(brew --prefix asdf)/asdf.sh
. $(brew --prefix asdf)/libexec/asdf.sh

eval "$(mcfly init zsh)"

Expand Down

0 comments on commit 41ab695

Please sign in to comment.