diff options
author | Jonas Huckestein <jonas.huckestein@gmail.com> | 2011-05-03 14:07:35 -0700 |
---|---|---|
committer | Jonas Huckestein <jonas.huckestein@gmail.com> | 2011-05-03 14:07:35 -0700 |
commit | e1210cdfaab6baba2eeb62599fea832ea446af85 (patch) | |
tree | 72d5855f23088712d7c7eb862a0b0913c728abb8 /themes/jispwoso.zsh-theme | |
parent | 0365ef0529ddfb912ca8202773e45916c55fdf4f (diff) | |
download | zsh-e1210cdfaab6baba2eeb62599fea832ea446af85.tar.gz zsh-e1210cdfaab6baba2eeb62599fea832ea446af85.tar.bz2 zsh-e1210cdfaab6baba2eeb62599fea832ea446af85.zip |
added my theme
Diffstat (limited to 'themes/jispwoso.zsh-theme')
-rw-r--r-- | themes/jispwoso.zsh-theme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/jispwoso.zsh-theme b/themes/jispwoso.zsh-theme new file mode 100644 index 000000000..cdfef3871 --- /dev/null +++ b/themes/jispwoso.zsh-theme @@ -0,0 +1,4 @@ +PROMPT=$'%{$fg[green]%}%n@%m: %{$reset_color%}%{$fg[blue]%}%/%{$reset_color%} +%{$fg_bold[red]%}➜ %{$reset_color%} ' + +PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}" |