mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
Add directory permission prompt segment
This commit is contained in:
committed by
Dominik Ritter
parent
a58e8bdc8c
commit
6927b0ca94
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user