✏️ Adjusted poetry related alias

This commit is contained in:
z3rOR0ne 2024-08-18 04:13:40 -07:00
parent c5ab3c83e7
commit 0808df58b2

View file

@ -299,8 +299,7 @@ alias sudoku="sku"
alias rbd="checkrebuild -v"
# pip list and pip freeze command list pip packages
# poetry virtual env
VENV_PATH=$(poetry env info --path)
alias poetry-venv='source "${VENV_PATH}/bin/activate"'
alias poetry-venv='source ".venv/bin/activate"'
#Particularly useful commands more to remember than to use as aliases:
# alias optimalbufsize= 'stat -c "%o"' # followed by filename will give you the optimal read/write BUFSIZE for a file