diff --git a/.bashrc-reit b/.bashrc-reit index faaace9b73388cd271500ab19ee302defff5470d..1c4b131aae0394e1d78ab9d46ca593e7f56ed579 100644 --- a/.bashrc-reit +++ b/.bashrc-reit @@ -6,7 +6,7 @@ fi alias reit='echo "Hi, from the Research Engineering and Infrastructure Team!!!"' alias reit-update='wget https://gitlab.ewi.tudelft.nl/reit/shell-config/-/raw/main/.bashrc-reit?ref_type=heads -O ~/.bashrc-reit' -alias reit-create-new-python-package='uvx copier copy git+https://gitlab.ewi.tudelft.nl/reit/python-package-template' +alias reit-create-new-python-package='uvx copier copy --trust git+https://gitlab.ewi.tudelft.nl/reit/python-package-template' # Alias alias ll='ls -alF'