We're a place where coders share, stay up-to-date and grow their careers.
Hi! love the article. But i was wondering how to change the emojis?
$sl.PromptSymbols.StartSymbol = [char]::ConvertFromUtf32(0x01F984) + [char]::ConvertFromUtf32(0x0001F525) + ' ' $sl.PromptSymbols.PromptIndicator = [char]::ConvertFromUtf32(0x01F680) +[char]::ConvertFromUtf32(0x276F)
The hexcodes (0x...) you see in this snippet represents emojis. Just google hex code of emojis you like and replace the above code.
ohh okay, thanks Anup!
Hi! love the article. But i was wondering how to change the emojis?
The hexcodes (0x...) you see in this snippet represents emojis. Just google hex code of emojis you like and replace the above code.
ohh okay, thanks Anup!