#!/bin/bash
watch_file "pyproject.toml" "pixi.toml" "pixi.lock"
if [[ -t 2 ]]; then
  export PIXI_COLOR="always"
else
  export PIXI_COLOR="auto"
fi
eval "$(pixi shell-hook)"
unset PIXI_COLOR
