mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
bugfix > 0
This commit is contained in:
parent
02b4abbd67
commit
a2997687ac
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ function android_package_name() {
|
|||
}
|
||||
|
||||
function android_prompt_info() {
|
||||
if (android_sdk_version > 0) {
|
||||
if (android_sdk_version) {
|
||||
echo "${ZSH_THEME_ANDROID_PROMPT_PREFIX}$(android_package_name) $(android_sdk_version)${ZSH_THEME_ANDROID_PROMPT_SUFFIX}"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue