Add: py alias for python3

This commit is contained in:
Aroy-Art 2025-03-29 22:17:17 +01:00
parent fc5df0beb7
commit f78dc18aad
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -64,6 +64,7 @@ bindkey '^[[Z' undo # Shift+tab undo
alias cp="cp -i" # Confirm before overwriting something
alias df='df -h' # Human-readable sizes
alias free='free -m' # Show sizes in MB
alias py="python3" #
####################################################################################################################################################