From 6c9af4455d850a2717d995bf9943b275227c9d99 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Thu, 19 Apr 2018 21:03:52 +0200 Subject: Add exemplary custom theme folder Co-authored-by: Profpatsch --- custom/themes/example.zsh-theme | 1 + 1 file changed, 1 insertion(+) create mode 100644 custom/themes/example.zsh-theme (limited to 'custom/themes/example.zsh-theme') diff --git a/custom/themes/example.zsh-theme b/custom/themes/example.zsh-theme new file mode 100644 index 000000000..6f9c9db8c --- /dev/null +++ b/custom/themes/example.zsh-theme @@ -0,0 +1 @@ +# Put your custom themes in this folder. -- cgit v1.2.3-70-g09d2 From a1448e9f8a62164caae47a2f48f9c9766c1eaa60 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Thu, 19 Jul 2018 23:02:25 +0200 Subject: example: move example theme to custom folder --- custom/themes/example.zsh-theme | 3 +++ themes/example.zsh-theme | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 themes/example.zsh-theme (limited to 'custom/themes/example.zsh-theme') diff --git a/custom/themes/example.zsh-theme b/custom/themes/example.zsh-theme index 6f9c9db8c..ef8f1c630 100644 --- a/custom/themes/example.zsh-theme +++ b/custom/themes/example.zsh-theme @@ -1 +1,4 @@ # Put your custom themes in this folder. +# Example: + +PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " diff --git a/themes/example.zsh-theme b/themes/example.zsh-theme deleted file mode 100644 index dbd9dc9c9..000000000 --- a/themes/example.zsh-theme +++ /dev/null @@ -1,5 +0,0 @@ -# Found on the ZshWiki -# http://zshwiki.org/home/config/prompt -# - -PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " \ No newline at end of file -- cgit v1.2.3-70-g09d2