We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4244b96 commit e10801fCopy full SHA for e10801f
.bash_profile
@@ -21,7 +21,7 @@ prepend_new_path_if_exists "/opt/homebrew/bin" # apple silicon homebrew bin
21
prepend_new_path_if_exists "/opt/homebrew/sbin" # apple silicon homebrew static bin
22
prepend_new_path_if_exists "$HOME/.local/bin"
23
prepend_new_path_if_exists "$HOME/bin"
24
-prepend_new_path_if_exists "$HOME/.asdf"
+prepend_new_path_if_exists "$HOME/.asdf/shims"
25
26
source_if_exists() {
27
if [[ -s "$1" ]]; then
0 commit comments