add venv alias

This commit is contained in:
Alexander Popov 2023-06-04 00:01:22 +03:00
parent b1281d9cf3
commit 31105a4437
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ alias ..='cd ..'
alias cfs='cryfs $HOME/.cryfs/ $HOME/Vault' # CryFS mount
alias tardir='tar -cJf "../${PWD##*/}.tar.xz"' # tar.xz current dir
alias pacman-orphaned='pacman -Rns $(pacman -Qtdq)' # delete orphaned packages (Arch Linux)
alias venv-init='python3 -m venv venv' # make python venv
# Crystal build ###########################################
if command -v shards &> /dev/null; then