zsh/aliases: add 'git commit --amend'++ alias
This commit is contained in:
parent
5afcc28c80
commit
b3f7fa028f
@ -34,6 +34,7 @@
|
|||||||
alias ip='ip -color'
|
alias ip='ip -color'
|
||||||
alias nmcs='nmcli conn show'
|
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 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" ] && {
|
[ -z "$IN_NIX_SHELL" ] && {
|
||||||
alias gor='nixGLIntel go run'
|
alias gor='nixGLIntel go run'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user