bash: add 'gca' alias

This commit is contained in:
Paul Walker
2023-09-29 16:16:07 +01:00
parent 4f4da312e1
commit a87975bb89

2
bashrc
View File

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