Skip to content

Commit 682cbab

Browse files
committed
Add starship
1 parent 78e76ec commit 682cbab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runcom/.bash_profile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ export SDKMAN_DIR="$HOME/.sdkman"
8181
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
8282

8383
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"
84+
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

Comments
 (0)