diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-07-19 23:02:25 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-07-19 23:02:25 +0200 |
commit | a1448e9f8a62164caae47a2f48f9c9766c1eaa60 (patch) | |
tree | f25659294cf352b4e632e50ab487451157bd582b /custom | |
parent | 6ca57e035cc7c199ca7c1d893594270ec570f4d3 (diff) | |
download | zsh-a1448e9f8a62164caae47a2f48f9c9766c1eaa60.tar.gz zsh-a1448e9f8a62164caae47a2f48f9c9766c1eaa60.tar.bz2 zsh-a1448e9f8a62164caae47a2f48f9c9766c1eaa60.zip |
example: move example theme to custom folder
Diffstat (limited to 'custom')
-rw-r--r-- | custom/themes/example.zsh-theme | 3 |
1 files changed, 3 insertions, 0 deletions
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%}%% " |