Corrected alias

This commit is contained in:
2026-02-22 20:09:13 +01:00
parent 6ae0d21a5a
commit bd7b0a2aae
2 changed files with 235 additions and 235 deletions
@@ -16,7 +16,7 @@ alias gs='git status'
alias ga='git add'
alias gc='git commit'
alias gp='git push'
alias gcp= 'git add . && git commit && git push'
alias gcp='git add . && git commit && git push'
alias cd='z'