Add: gitu alias to commit & push all changes

This commit is contained in:
Aroy-Art 2025-03-29 22:18:11 +01:00
parent f78dc18aad
commit 3c70b4e916
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 gitu='git add . && git commit && git push' #
alias py="python3" #
####################################################################################################################################################