bash: add 'gca' alias
This commit is contained in:
2
bashrc
2
bashrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user