Skip to content

Commit

Permalink
fix: bluefin-cli actually source profile
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jan 22, 2024
1 parent b0cc42a commit 918e09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolboxes/bluefin-cli/files/etc/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# Prevent doublesourcing
if [ -z "$PROFILESOURCED" ] && [ "$PS1" ]; then
PROFILESOURCED="Y"
. /etc/profile
fi

if [ -z "$BASHRCSOURCED" ]; then
Expand Down

0 comments on commit 918e09f

Please sign in to comment.