Skip to content

Commit e10801f

Browse files
committed
whoops add shims
Former-commit-id: 95a258e
1 parent 4244b96 commit e10801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ prepend_new_path_if_exists "/opt/homebrew/bin" # apple silicon homebrew bin
2121
prepend_new_path_if_exists "/opt/homebrew/sbin" # apple silicon homebrew static bin
2222
prepend_new_path_if_exists "$HOME/.local/bin"
2323
prepend_new_path_if_exists "$HOME/bin"
24-
prepend_new_path_if_exists "$HOME/.asdf"
24+
prepend_new_path_if_exists "$HOME/.asdf/shims"
2525

2626
source_if_exists() {
2727
if [[ -s "$1" ]]; then

0 commit comments

Comments
 (0)