Add: gitu alias to commit & push all changes
This commit is contained in:
parent
f78dc18aad
commit
3c70b4e916
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 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" #
|
||||
####################################################################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue