🔧 More virtual env aliases
This commit is contained in:
parent
0808df58b2
commit
d582643621
1 changed files with 2 additions and 1 deletions
3
aliases
3
aliases
|
|
@ -299,7 +299,8 @@ alias sudoku="sku"
|
||||||
alias rbd="checkrebuild -v"
|
alias rbd="checkrebuild -v"
|
||||||
# pip list and pip freeze command list pip packages
|
# pip list and pip freeze command list pip packages
|
||||||
# poetry virtual env
|
# poetry virtual env
|
||||||
alias poetry-venv='source ".venv/bin/activate"'
|
alias {venv,poetry-venv}='source ".venv/bin/activate"'
|
||||||
|
alias dvenv="deactivate"
|
||||||
|
|
||||||
#Particularly useful commands more to remember than to use as aliases:
|
#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
|
# alias optimalbufsize= 'stat -c "%o"' # followed by filename will give you the optimal read/write BUFSIZE for a file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue