blob: fcaca43f8e2247d0c0472ca6b6ce0fb99935acd9 [file] [log] [blame]
Florian Baumann92b8d6d2010-11-24 16:22:05 +01001#!/bin/bash
2# n0qorg theme by Florian Baumann <flo@noqqe.de>
3
4## look-a-like
5# host directory (branch*)»
6# for example:
7# ananas ~/Code/bash-it/themes (master*)»
8PROMPT="${bold_blue}\[\$(hostname)\]${normal} \w${normal} ${bold_white}\[\$(git_prompt_info)\]${normal}» "
9
10## git-theme
11# feel free to change git chars.
12GIT_THEME_PROMPT_DIRTY="${bold_blue}*${bold_white}"
13GIT_THEME_PROMPT_CLEAN=""
14GIT_THEME_PROMPT_PREFIX="${bold_blue}(${bold_white}"
15GIT_THEME_PROMPT_SUFFIX="${bold_blue})"
16
17## alternate chars
18#
19SCM_THEME_PROMPT_DIRTY="*"
20SCM_THEME_PROMPT_CLEAN=""
21SCM_THEME_PROMPT_PREFIX="("
22SCM_THEME_PROMPT_SUFFIX=")"