diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index 756db74..d10f1df 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -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" # ####################################################################################################################################################