mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
parent
9476931dc9
commit
ae44f14731
|
@ -177,8 +177,8 @@ func (pt *path) replaceMappedLocations(pwd string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
mappedLocations := map[string]string{
|
mappedLocations := map[string]string{
|
||||||
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
|
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
|
||||||
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
|
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
|
||||||
pt.env.homeDir(): pt.props.getString(HomeIcon, "~"),
|
pt.env.homeDir(): pt.props.getString(HomeIcon, "~"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"background": "#007ACC",
|
"background": "#007ACC",
|
||||||
"properties": {
|
"properties": {
|
||||||
"folder_icon": "\uF115",
|
"folder_icon": "\uF115",
|
||||||
"folder_separator_icon": "\uE0B1",
|
"folder_separator_icon": " \uE0B1 ",
|
||||||
"style": "full",
|
"style": "full",
|
||||||
"prefix": "<transparent>\uE0B0</> ",
|
"prefix": "<transparent>\uE0B0</> ",
|
||||||
"postfix": " "
|
"postfix": " "
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"foreground": "#0973C0",
|
"foreground": "#0973C0",
|
||||||
"properties": {
|
"properties": {
|
||||||
"folder_icon": "\uF115",
|
"folder_icon": "\uF115",
|
||||||
"folder_separator_icon": "\uE0B1",
|
"folder_separator_icon": " \uE0B1 ",
|
||||||
"style": "full"
|
"style": "full"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"background": "#91ddff",
|
"background": "#91ddff",
|
||||||
"properties": {
|
"properties": {
|
||||||
"folder_icon": "\uF115",
|
"folder_icon": "\uF115",
|
||||||
"folder_separator_icon": "\uE0B1",
|
"folder_separator_icon": " \uE0B1 ",
|
||||||
"style": "full"
|
"style": "full"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue