Skip to content

Commit

Permalink
source "$HOME/.bashrc"
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Aug 15, 2024
1 parent 265e014 commit 579c0c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ get_pup
get_pixi() {
if ! command -v pixi &> /dev/null; then
curl -fsSL $PIXI_INSTALL_URL | bash
source $HOME/.bashrc # for GHA
echo hi $(ls -l ~/.bashrc)
cat "$HOME/.bashrc"
source "$HOME/.bashrc" # for GHA
echo "$(pixi -V) installed"
else
echo "$(pixi -V) found"
Expand Down

0 comments on commit 579c0c8

Please sign in to comment.