[M] Include bashrc-git.sh

This commit is contained in:
Hykilpikonna
2021-09-16 21:28:28 -04:00
committed by GitHub
parent fbd8344b70
commit 6ca55e4f05
+1 -17
View File
@@ -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