mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-11 22:02:32 +01:00
Add support for postmarketOS icon to prompt
This commit is contained in:
parent
2b7da93df0
commit
45dccbaf2d
2 changed files with 6 additions and 0 deletions
|
|
@ -8663,6 +8663,7 @@ function _p9k_init_cacheable() {
|
|||
rocky) _p9k_set_os Linux LINUX_ROCKY_ICON;;
|
||||
guix) _p9k_set_os Linux LINUX_GUIX_ICON;;
|
||||
neon) _p9k_set_os Linux LINUX_NEON_ICON;;
|
||||
postmarketos) _p9k_set_os Linux LINUX_POSTMARKETOS_ICON;;
|
||||
*) _p9k_set_os Linux LINUX_ICON;;
|
||||
esac
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue