From 6ca55e4f052219a88bfce0e711f0098c8a60e871 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 16 Sep 2021 21:28:28 -0400 Subject: [PATCH] [M] Include bashrc-git.sh --- scripts/bashrc | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/scripts/bashrc b/scripts/bashrc index 6435b03..5edb2e5 100644 --- a/scripts/bashrc +++ b/scripts/bashrc @@ -43,23 +43,6 @@ lisp() { ros run --load $1 --quit } -# Git commit wrapper -commit() { - msg="$@" - git commit -m "$msg" -} - -commitall() { - git add . - commit "$@" -} -alias commita="commitall" - -compush() { - commitall "$@" - git push -} - # Minecraft coloring color() { tmp="$@" @@ -132,3 +115,4 @@ PROMPT="${LINE}%F{reset}[%F{magenta}%D %*%F{reset}] [%F{blue}%m%F{reset}] [%F{ye # 登录提示 . $SCR/bashrc-application . $SCR/bashrc-fedora +. $SCR/bashrc-git.sh