mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Merge branch 'next' into benoits_dir_segment
This commit is contained in:
commit
610fd4fbfd
5 changed files with 48 additions and 33 deletions
|
|
@ -78,6 +78,7 @@ case $POWERLEVEL9K_MODE in
|
|||
PYTHON_ICON $'\U1F40D' # 🐍
|
||||
SWIFT_ICON ''
|
||||
PUBLIC_IP_ICON ''
|
||||
LOCK_ICON $'\UE138' #
|
||||
)
|
||||
;;
|
||||
'awesome-fontconfig')
|
||||
|
|
@ -138,6 +139,7 @@ case $POWERLEVEL9K_MODE in
|
|||
PYTHON_ICON $'\U1F40D' # 🐍
|
||||
SWIFT_ICON ''
|
||||
PUBLIC_IP_ICON ''
|
||||
LOCK_ICON $'\UE138' #
|
||||
)
|
||||
;;
|
||||
*)
|
||||
|
|
@ -198,6 +200,7 @@ case $POWERLEVEL9K_MODE in
|
|||
PYTHON_ICON ''
|
||||
SWIFT_ICON 'Swift'
|
||||
PUBLIC_IP_ICON ''
|
||||
LOCK_ICON $'\UE0A2'
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue