Spaces:
Sleeping
Sleeping
source after init
Browse files
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"
|