From 2c9f74b5c3f6910e7c66601008e9ddd0444b70c7 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Mon, 31 Aug 2009 07:45:31 -0700 Subject: Adding theme support so that people can share their zsh prompts with others. Users can set which theme to load in zshrc now. --- themes/robbyrussell.zsh-theme | 1 + 1 file changed, 1 insertion(+) create mode 100644 themes/robbyrussell.zsh-theme (limited to 'themes/robbyrussell.zsh-theme') diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme new file mode 100644 index 000000000..d45796f7c --- /dev/null +++ b/themes/robbyrussell.zsh-theme @@ -0,0 +1 @@ +PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' -- cgit v1.2.3-70-g09d2