pup-py commited on
Commit
029ec6d
·
1 Parent(s): 93dfb81

source after init

Browse files
Files changed (1) hide show
  1. pup +1 -1
pup CHANGED
@@ -223,8 +223,8 @@ if [ "$1" == "pixi" ]; then
223
  # touch $HOME/.bashrc
224
  export SHELL=bash
225
  curl -fsSL https://pixi.sh/install.sh | bash
226
- # source $HOME/.bashrc
227
  fi
 
228
  PUPHOME=$(pup home)
229
  if [[ ! -f "$PUPHOME"/pixi.toml ]]; then
230
  pixi init "$PUPHOME"
 
223
  # touch $HOME/.bashrc
224
  export SHELL=bash
225
  curl -fsSL https://pixi.sh/install.sh | bash
 
226
  fi
227
+ source $HOME/.bashrc
228
  PUPHOME=$(pup home)
229
  if [[ ! -f "$PUPHOME"/pixi.toml ]]; then
230
  pixi init "$PUPHOME"