Skip to content

Instantly share code, notes, and snippets.

View mhmohon's full-sized avatar
🎯
Focusing

Mosharrf Hossain mhmohon

🎯
Focusing
  • Apartments & Developments
  • Melbourne, Australia (Remote)
  • 20:19 (UTC +06:00)
  • LinkedIn in/mhmohon
View GitHub Profile
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons