Skip to content

Commit

Permalink
Update poetry aliases for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 6, 2025
1 parent a36c56e commit c33d0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c33d0db

Please sign in to comment.