Skip to content

Commit

Permalink
📝 Comment out profile.d bash completion to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Mar 25, 2024
1 parent 2ac8cd6 commit d660a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.bash_osx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
# done
# fi

[[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
# [[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"

################
# bash history #
Expand Down

0 comments on commit d660a75

Please sign in to comment.