/bash-like-PowerShell-prompt

A simple PowerShell custom prompt that imitates a default .bashrc

Primary LanguagePowerShellMIT LicenseMIT

bash-like-PowerShell-prompt

A simple PowerShell custom prompt that imitates a default .bashrc, made out of boredom.

Usage

Find out the path of your PowerShell profile, for example by typing "Write-Host ${PROFILE}" in a PowerShell session, and place the function prompt() in that file.

Disclaimer

Not intensively tested, use at your own risk.