mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
android manifest (package name + android version)
This commit is contained in:
parent
144ef2acce
commit
02b4abbd67
2 changed files with 37 additions and 2 deletions
|
|
@ -7,12 +7,16 @@ local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
|
|||
|
||||
local git_branch='$(git_prompt_info)%{$reset_color%}'
|
||||
local hg_info='$(hg_prompt_info)'
|
||||
local android_info='$(android_prompt_info)'
|
||||
|
||||
PROMPT="╭─${user} ${current_dir} ${git_branch}${hg_info}
|
||||
PROMPT="╭─${user} ${current_dir} ${android_info}${git_branch}${hg_info}
|
||||
╰─%B$%b "
|
||||
RPS1="${return_code}"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
||||
ZSH_THEME_HG_PROMPT_PREFIX=$ZSH_THEME_GIT_PROMPT_PREFIX
|
||||
ZSH_THEME_HG_PROMPT_SUFFIX=$ZSH_THEME_GIT_PROMPT_SUFFIX
|
||||
ZSH_THEME_HG_PROMPT_SUFFIX=$ZSH_THEME_GIT_PROMPT_SUFFIX
|
||||
|
||||
ZSH_THEME_ANDROID_PROMPT_PREFIX="%{$fg[green]%}‹"
|
||||
ZSH_THEME_ANDROID_PROMPT_SUFFIX="› %{$reset_color%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue