Skip to content

Instantly share code, notes, and snippets.

View gandli's full-sized avatar
🏠
Working from home

gandli gandli

🏠
Working from home
View GitHub Profile
Invoke-Expression (& {
    $hook = if ($PSVersionTable.PSVersion.Major -lt 6) { 'prompt' } else { 'pwd' }
    (zoxide init --hook $hook powershell) -join "`n"
})

oh-my-posh --init --shell pwsh --config D:\scoop\apps\oh-my-posh\current\themes\jandedobbeleer.omp.json | Invoke-Expression

Import-Module Get-ChildItemColor