Skip to content

Commit

Permalink
Print command before executing
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 25, 2025
1 parent dc87f82 commit db17c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ elif [[ "$(uname)" == "Linux" ]]; then
alias lock='i3lock'
fi

alias posync='poetry sync'
alias poenv='eval $(poetry env activate)'
alias popreferactive='poetry config virtualenvs.prefer-active-python true'
alias poi='echo "poetry sync" && poetry sync'
alias pos='echo "eval \$(poetry env activate)" && eval $(poetry env activate)'
alias popreferactive='echo "poetry config virtualenvs.prefer-active-python true" && poetry config virtualenvs.prefer-active-python true'

povenvpath() {
poetry env info | awk '/^Path:/{print $2; exit}'
Expand Down

0 comments on commit db17c38

Please sign in to comment.