diff --git a/.cnb.yml b/.cnb.yml index 472fab8..dddcc6e 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -10,4 +10,4 @@ $: - dnf install python3 python3-pip python3-venv - python3 -m venv ./venv - ./venv/bin/pip install -r requirements.txt - - echo "source $(pwd)/venv/bin/activate" >> ~/.bashrc \ No newline at end of file + - echo "source $(pwd)/venv/bin/activate" >> ~/.zshrc \ No newline at end of file