mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-24 01:13:11 +03:00
+ python
alias
This commit is contained in:
parent
fee98b3d6f
commit
10b6a91063
@ -49,6 +49,9 @@ alias cb='cargo build'
|
|||||||
alias jt='julia -e "using Pkg; Pkg.activate(pwd()); Pkg.test()"'
|
alias jt='julia -e "using Pkg; Pkg.activate(pwd()); Pkg.test()"'
|
||||||
alias jopt='julia --optimize=3 --check-bounds=no --math-mode=fast --threads auto'
|
alias jopt='julia --optimize=3 --check-bounds=no --math-mode=fast --threads auto'
|
||||||
|
|
||||||
|
# Python
|
||||||
|
alias py='python'
|
||||||
|
|
||||||
# Monitoring
|
# Monitoring
|
||||||
alias mem='free -m -l -t'
|
alias mem='free -m -l -t'
|
||||||
alias pmem='ps auxf | sort -nr -k 4'
|
alias pmem='ps auxf | sort -nr -k 4'
|
||||||
|
Loading…
Reference in New Issue
Block a user