mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
[maintenance] added pirate theme
This commit is contained in:
parent
140034605e
commit
535c1ba669
1 changed files with 7 additions and 0 deletions
7
themes/potentialpirate.zsh-theme
Normal file
7
themes/potentialpirate.zsh-theme
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Copied and modified from the oh-my-zsh theme from geoffgarside
|
||||
# Red server name, green cwd, blue git status
|
||||
|
||||
PROMPT='%{$FG[225]%}%m%{$reset_color%}:%{$FG[226]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[168]%}("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue