mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge d093d65b47 into 5667161d49
This commit is contained in:
commit
0b3d944e21
1 changed files with 18 additions and 0 deletions
18
themes/zen.zsh-theme
Normal file
18
themes/zen.zsh-theme
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# zen.zsh-theme
|
||||||
|
#
|
||||||
|
# Author: Wojciech Matyskiewicz
|
||||||
|
# URL: http://www.matyskiewicz.com/
|
||||||
|
# Direct Link: https://github.com/wmatyskiewicz/oh-my-zsh/tree/master/themes/zen.zsh-theme
|
||||||
|
#
|
||||||
|
# Last modified on: Apr 26, 2013
|
||||||
|
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="$FG[245][git: %{$reset_color%}$FG[032]"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="$FG[245]]%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="$FG[214]*%{$reset_color%}"
|
||||||
|
|
||||||
|
PROMPT="$FG[032][%*] %n@%m %~ %{$reset_color%}
|
||||||
|
$FG[214] %(!.#.»)%{$reset_color%} "
|
||||||
|
|
||||||
|
RPROMPT="$(git_prompt_info)"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue