From e6b249d41ce764e21ad933a10199ddd871eb77af Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 24 Oct 2021 11:47:56 -0700 Subject: [PATCH] git and zsh: moves git aliases to .gitconfig --- .gitconfig | 2 +- .zshrc | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitconfig b/.gitconfig index e5e610a..cb683f9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,6 +15,6 @@ p = push ca = commit -a cam = commit --amend - caa = commit -a --amend + caam = commit -a --amend # vim:noet diff --git a/.zshrc b/.zshrc index cf91bae..2e50bdd 100644 --- a/.zshrc +++ b/.zshrc @@ -67,14 +67,6 @@ alias mkd=mkdir - # Git aliases - alias \ - g='git' \ - gs='git status' \ - gp='git push' \ - gc='git commit' \ - gca='git commit -a' \ - # <<< ## Program improvements (ex: ls = ls -h) >>> alias sudo='sudo ' # allow using aliases in sudo commands