From f78dc18aadef6301a7e2d82860ad2bf2bb523e47 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 29 Mar 2025 22:17:17 +0100 Subject: [PATCH] Add: py alias for python3 --- Configs/ZSHShell/.zshrc | 1 + 1 file changed, 1 insertion(+) 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" # ####################################################################################################################################################