mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-09-10 11:59:08 +00:00
Moved each theme under its own directory and changed the file extension.
This commit is contained in:
6
themes/simple/simple.theme.zsh
Normal file
6
themes/simple/simple.theme.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
PROMPT='%{$fg[green]%}%~%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%} '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"
|
Reference in New Issue
Block a user