mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Added nifty purple Apple theme.
This commit is contained in:
parent
9f46eafae0
commit
85f388fabf
1 changed files with 5 additions and 0 deletions
5
themes/apple.zsh-theme
Normal file
5
themes/apple.zsh-theme
Normal file
|
@ -0,0 +1,5 @@
|
|||
function toon {
|
||||
echo -n ""
|
||||
}
|
||||
|
||||
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'
|
Loading…
Reference in a new issue