From c33d0db67004b0b77d5b35ad2096150cc8b53c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?boggs=20=F0=9F=8C=8A?= <6130147+b-ggs@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:11:25 +0800 Subject: [PATCH] Update poetry aliases for 2.0 --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 868173f..7aba5e8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -40,8 +40,8 @@ elif [[ "$(uname)" == "Linux" ]]; then alias lock='i3lock' fi -alias poi='poetry install --sync' -alias pos='poetry shell' +alias posync='poetry sync' +alias poenv='eval $(poetry env activate)' alias popreferactive='poetry config virtualenvs.prefer-active-python true' povenvpath() {