Add: py alias for python3
This commit is contained in:
parent
fc5df0beb7
commit
f78dc18aad
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ bindkey '^[[Z' undo # Shift+tab undo
|
||||||
alias cp="cp -i" # Confirm before overwriting something
|
alias cp="cp -i" # Confirm before overwriting something
|
||||||
alias df='df -h' # Human-readable sizes
|
alias df='df -h' # Human-readable sizes
|
||||||
alias free='free -m' # Show sizes in MB
|
alias free='free -m' # Show sizes in MB
|
||||||
|
alias py="python3" #
|
||||||
####################################################################################################################################################
|
####################################################################################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue