diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index d10f1df..e32ba81 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 gitu='git add . && git commit && git push' # alias py="python3" # ####################################################################################################################################################