mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
9476931dc9
commit
ae44f14731
|
@ -177,8 +177,8 @@ func (pt *path) replaceMappedLocations(pwd string) string {
|
|||
}
|
||||
|
||||
mappedLocations := map[string]string{
|
||||
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
|
||||
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
|
||||
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
|
||||
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
|
||||
pt.env.homeDir(): pt.props.getString(HomeIcon, "~"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue