We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc6b30 commit e3bc1a2Copy full SHA for e3bc1a2
avaiable/88_NCVO.bash
@@ -0,0 +1 @@
1
+PATH=$PATH:/home/tobias/usr/ncvo/back-controller/bin
avaiable/91_magicmonty.bash
@@ -1,4 +1,13 @@
# 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
11
12
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
13
GIT_PROMPT_ONLY_IN_REPO=1
0 commit comments