+ python alias

This commit is contained in:
Spirit 2023-12-25 15:12:56 +03:00 committed by GitHub
parent fee98b3d6f
commit 10b6a91063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,9 @@ alias cb='cargo build'
alias jt='julia -e "using Pkg; Pkg.activate(pwd()); Pkg.test()"'
alias jopt='julia --optimize=3 --check-bounds=no --math-mode=fast --threads auto'
# Python
alias py='python'
# Monitoring
alias mem='free -m -l -t'
alias pmem='ps auxf | sort -nr -k 4'