Skip to content

Commit

Permalink
Add asdf to .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcummingsdesign committed Sep 11, 2023
1 parent f4f328b commit 5d97ff0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@ alias ds='docker ps'
# gnu-sed
PATH="$HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin:$PATH"

#findutils
# findutils
PATH="$HOMEBREW_PREFIX/opt/findutils/libexec/gnubin:$PATH"

# asdf
. /opt/homebrew/opt/asdf/libexec/asdf.sh

0 comments on commit 5d97ff0

Please sign in to comment.