mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
bug fix: display the right OS icon on Android
This commit is contained in:
+1
-1
@@ -4484,7 +4484,7 @@ function _p9k_init_cacheable() {
|
||||
[[ $_p9k_uname == Linux ]] && _p9k_uname_o="$(uname -o 2>/dev/null)"
|
||||
_p9k_uname_m="$(uname -m)"
|
||||
|
||||
if [[ $_p9k_uname == Linux && _p9k_uname_o == Android ]]; then
|
||||
if [[ $_p9k_uname == Linux && $_p9k_uname_o == Android ]]; then
|
||||
_p9k_set_os Android ANDROID_ICON
|
||||
else
|
||||
case $_p9k_uname in
|
||||
|
||||
Reference in New Issue
Block a user