From 39d84297b957b810d5ad10bfa9fcd0cb0bc69853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Lidstr=C3=B6m?= Date: Tue, 14 Feb 2012 14:44:11 +0100 Subject: [PATCH] Added my own theme --- themes/dxtr-repos.zsh-theme | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/dxtr-repos.zsh-theme diff --git a/themes/dxtr-repos.zsh-theme b/themes/dxtr-repos.zsh-theme new file mode 100644 index 000000000..c2616cec4 --- /dev/null +++ b/themes/dxtr-repos.zsh-theme @@ -0,0 +1,3 @@ +PROMPT=$'%{\e[0;34m%}%B┌─[%b%{$fg[green]%}%n%{\e[1;30m%}@%{\e[0m%}%{$fg[blue]%}%m%{\e[0;34m%}%{$reset_color%}:%{$fg[yellow]%}%d%{\e[0;34m%}%B]%b%{\e[0;34m%}%B[%b%{$fg[red]%}$(git_prompt_info)%{\e[0;34m%}%B]%b%{\e[0m%} +%{\e[0;34m%}%B└─%B[%{\e[1;35m%}%#%{\e[0;34m%}%B]%b%{$reset_color%} ' +PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '