Skip to content

Commit e3bc1a2

Browse files
committed
feat: added NCVO
1 parent 3dc6b30 commit e3bc1a2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

avaiable/88_NCVO.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PATH=$PATH:/home/tobias/usr/ncvo/back-controller/bin

avaiable/91_magicmonty.bash

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# https://github.com/magicmonty/bash-git-prompt/blob/master/README.md
2+
# git_prompt_make_custom_theme Single_line_Ubuntu
3+
# sed -i 's/${White}${Time12a}${ResetColor} //g' .git-prompt-colors.sh
4+
5+
GIT_PROMPT_THEME=Single_line_Ubuntu
6+
7+
if [ -f "$HOME/.git-prompt-colors.sh" ]; then
8+
GIT_PROMPT_THEME=Custom
9+
source $HOME/.git-prompt-colors.sh
10+
fi
211

312
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
413
GIT_PROMPT_ONLY_IN_REPO=1

0 commit comments

Comments
 (0)