diff options
author | Geoff Garside <geoff@geoffgarside.co.uk> | 2009-08-31 18:46:16 +0100 |
---|---|---|
committer | Geoff Garside <geoff@geoffgarside.co.uk> | 2009-08-31 18:46:16 +0100 |
commit | 857ec726c8a713db5dbff79e1d3b80ba08e02768 (patch) | |
tree | 91e17c9979e2108e6b53866a27ee1158a0b7750c /themes/example.zsh-theme | |
parent | 3ab0d639d0f6feaf6612badd932542d206fc5450 (diff) | |
parent | a19d1c0f53efbbc97eeaee4e496063abf7bf689d (diff) | |
download | zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.tar.gz zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.tar.bz2 zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.zip |
Merge branch master
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 |