Skip to content

Instantly share code, notes, and snippets.

View ahmed-habbachi's full-sized avatar

Ahmed HABBACHI ahmed-habbachi

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
@ahmed-habbachi
ahmed-habbachi / .ahmed-husky.omp.json
Last active May 12, 2022 07:50
oh-my-posh configuration
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "p:yellow",
"foreground": "p:black",
"leading_diamond": "\ue0b6",