Browse code

added my personal theme: the dallas them

Dallas Reedy authored on 17/03/2010 at 18:25:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
0
+# Personalized!
1
+# [red][normal][purple][yellow][normal]
2
+# dallas@lappy ~/Sites %
3
+# PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
4
+# PROMPT="{white}\{{yellow}{time}{white}\}{green}{host}{white}:{cyan}{pwd} {red,bold}{user}{white}%{normal} "
5
+
6
+DALLAS_CURRENT_TIME_="%{$fg[white]%}{%{$fg[yellow]%}%T%{$fg[white]%}}%{$reset_color%}"
7
+DALLAS_CURRENT_RUBY_="%{$fg[white]%}[%{$fg[magenta]%}\$(~/.rvm/bin/rvm-prompt i v)%{$fg[white]%}]%{$reset_color%}"
8
+DALLAS_CURRENT_MACH_="%{$fg[green]%}%m%{$fg[white]%}:%{$reset_color%}"
9
+DALLAS_CURRENT_LOCA_="%{$fg[cyan]%}%~%{$reset_color%}"
10
+DALLAS_CURRENT_USER_="%{$fg[red]%}%n%{$reset_color%}"
11
+DALLAS_PROMPT_CHAR_="%{$fg[white]%}%%%{$reset_color%}"
12
+
13
+PROMPT="$DALLAS_CURRENT_TIME_$DALLAS_CURRENT_RUBY_$DALLAS_CURRENT_MACH_$DALLAS_CURRENT_LOCA_ $DALLAS_CURRENT_USER_$DALLAS_PROMPT_CHAR_ "