diff options
Diffstat (limited to 'themes/example.zsh-theme')
-rw-r--r-- | themes/example.zsh-theme | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/example.zsh-theme b/themes/example.zsh-theme new file mode 100644 index 000000000..dbd9dc9c9 --- /dev/null +++ b/themes/example.zsh-theme @@ -0,0 +1,5 @@ +# 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 |