diff --git a/.bashrc b/.bashrc index 2ddd1c6..ec488c1 100644 --- a/.bashrc +++ b/.bashrc @@ -108,7 +108,6 @@ alias gr='git reset HEAD' alias gc='git commit -v' alias gd='git difftool' alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"' -#alias vc='git add . -- && git commit -m "vault backup: $(date "+%Y-%m-%d %H:%M:%S") && git push"' vc() { git add . git commit -m "vault backup: $(date "+%Y-%m-%d %H:%M:%S")"