mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
10 lines
249 B
PowerShell
10 lines
249 B
PowerShell
Import-Module posh-git
|
|
Import-Module PSFzf -ArgumentList 'Ctrl+t', 'Ctrl+r'
|
|
Import-Module z
|
|
Import-Module Terminal-Icons
|
|
|
|
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
|
|
|
|
$env:POSH_GIT_ENABLED=$true
|
|
oh-my-posh init pwsh | Invoke-Expression
|