diff --git a/bashrc b/bashrc index c69909e..a305d0e 100644 --- a/bashrc +++ b/bashrc @@ -80,6 +80,8 @@ if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi +alias gca="git commit --amend -a --no-edit" + # Load any supplementary scripts if [ -d "$HOME"/.bashrc.d ] ; then for config in "$HOME"/.bashrc.d/*.bash ; do