mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
+ added pixelplastic theme that uses the scm plugin
This commit is contained in:
parent
127098fc50
commit
e9773574c6
2 changed files with 14 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function scm_prompt_char() {
|
|||
}
|
||||
|
||||
|
||||
function scm_prompt_info_for_git() { git_prompt_info }
|
||||
function scm_prompt_info_for_git() { echo "$(git_prompt_info)$(git_prompt_status)" }
|
||||
function scm_prompt_info_for_hg() {}
|
||||
function scm_prompt_info_for_svn() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue