今天abc看了啥🤔
13:05 · 2019年11月23日 · 周六
早上写了个terminal提示git status的script,可以放在bashrc里用:
telegra.ph/Terminal-提示-git-status-11-22
消息来源:
https://t.me/useless_project_ideas/50
Telegraph
Terminal 提示 git status
COLOR_RED="\033[0;31m" COLOR_YELLOW="\033[0;33m" COLOR_GREEN="\033[0;32m" COLOR_OCHRE="\033[38;5;95m" COLOR_BLUE="\033[0;34m" COLOR_WHITE="\033[0;37m" COLOR_RESET="\033[0m" function git_color { local git_status="$(git status 2> /dev/null)" if [[ $git_status…
Home
Powered by
BroadcastChannel
&
Sepia