We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e76ec commit 682cbabCopy full SHA for 682cbab
1 file changed
runcom/.bash_profile
@@ -81,4 +81,6 @@ export SDKMAN_DIR="$HOME/.sdkman"
81
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
82
83
export CPLUS_INCLUDE_PATH="/opt/homebrew/opt/openssl@1.1/include:/opt/homebrew/opt/asio/include:$CPLUS_INCLUDE_PATH"
84
-export LIBRARY_PATH="/opt/homebrew/opt/openssl@1.1/lib:/opt/homebrew/opt/asio/lib:$LIBRARY_PATH"
+export LIBRARY_PATH="/opt/homebrew/opt/openssl@1.1/lib:/opt/homebrew/opt/asio/lib:$LIBRARY_PATH"
85
+
86
+eval "$(starship init bash)"
0 commit comments