zsh/aliases: add 'git commit --amend'++ alias

This commit is contained in:
surtur 2022-05-20 14:08:43 +02:00
parent 5afcc28c80
commit b3f7fa028f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -34,6 +34,7 @@
alias ip='ip -color'
alias nmcs='nmcli conn show'
alias subvols='sudo btrfs subvolume list /home | grep -v -e ".snapshots" -e "${USER}/.local/share/containers" -e "${USER}/.docker" | grep ${USER}'
alias gitagain='GIT_COMMITTER_DATE="$(git show -s --format=%ci HEAD)" git commit --amend'
[ -z "$IN_NIX_SHELL" ] && {
alias gor='nixGLIntel go run'
}