[M] Update include folder structure

This commit is contained in:
Hykilpikonna
2021-09-16 21:59:50 -04:00
parent b6d88caf6c
commit 627eb5c191
5 changed files with 4 additions and 11 deletions
+4 -11
View File
@@ -35,9 +35,6 @@ if [[ $OSTYPE == 'darwin'* ]]; then
alias obs="open -n -a OBS.app"
fi
# 相合伞w
alias aiaigasa='cat ~/.splash-precolored'
# Lisp wrapper
lisp() {
ros run --load $1 --quit
@@ -107,11 +104,7 @@ cut() {
ffmpeg -i $1 -codec copy -ss $start -t $2 Cut\ $1
}
# 关于PS1 (指令提示格式)
# 这个版本向上番两次就会出问题
# PS1='\n\e[m[\e[35m\D{%y-%m-%d} \t\e[m] [\e[34m\h\e[m] [\e[33m\u\e[m] \e[37m\w \n\e[m$ '
# 替换掉: \\e\[.*?m
# 替换成: \\[$&\\]
# Bash PS1 (Not updated)
PS1='\n\[\e[m\][\[\e[35m\]\D{%y-%m-%d} \t\[\e[m\]] [\[\e[34m\]\h\[\e[m\]] [\[\e[33m\]\u\[\e[m\]] \[\e[37m\]\w \n\[\e[m\]$ '
# ZSH
@@ -138,6 +131,6 @@ if [[ $OSTYPE == 'darwin'* ]]; then
export PATH="${JDK11}/bin:$PATH"
fi
# Imports
. $SCR/bashrc-application.sh
. $SCR/bashrc-git.sh
# Includes
. $SCR/includes/application.sh
. $SCR/includes/git.sh