From 92b8d6d9cfade500e4d514163b5c18a1df71113d Mon Sep 17 00:00:00 2001 From: Florian Baumann Date: Wed, 24 Nov 2010 16:22:05 +0100 Subject: [PATCH] added n0qorg theme --- themes/n0qorg/n0qorg.theme.bash | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 themes/n0qorg/n0qorg.theme.bash diff --git a/themes/n0qorg/n0qorg.theme.bash b/themes/n0qorg/n0qorg.theme.bash new file mode 100644 index 0000000..fcaca43 --- /dev/null +++ b/themes/n0qorg/n0qorg.theme.bash @@ -0,0 +1,22 @@ +#!/bin/bash +# n0qorg theme by Florian Baumann + +## look-a-like +# host directory (branch*)» +# for example: +# ananas ~/Code/bash-it/themes (master*)» +PROMPT="${bold_blue}\[\$(hostname)\]${normal} \w${normal} ${bold_white}\[\$(git_prompt_info)\]${normal}» " + +## git-theme +# feel free to change git chars. +GIT_THEME_PROMPT_DIRTY="${bold_blue}*${bold_white}" +GIT_THEME_PROMPT_CLEAN="" +GIT_THEME_PROMPT_PREFIX="${bold_blue}(${bold_white}" +GIT_THEME_PROMPT_SUFFIX="${bold_blue})" + +## alternate chars +# +SCM_THEME_PROMPT_DIRTY="*" +SCM_THEME_PROMPT_CLEAN="" +SCM_THEME_PROMPT_PREFIX="(" +SCM_THEME_PROMPT_SUFFIX=")" -- 2.17.1