Skip to content

Henrize/pwsh-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Henrize/pwsh-prompt

A clean and minimalistic PowerShell prompt I use myself.

Screenshot

Getting Started

To use Mini-Prompt, follow these simple steps:

Step 1: Clone or Download

Clone or download the repository, or simply copy the Mini-Prompt.ps1 file (for Windows) or Mini-Prompt.unix.ps1 file (for Unix-based systems) to a location of your choice.

Step 2: Customize (Optional)

If you want to customize the prompt, open the Mini-Prompt.ps1 or Mini-Prompt.unix.ps1 file in a text editor and modify the badge and prompt at lines 14-16.

Step 3: Add to Profile

Add the following line to your PowerShell profile file ($PROFILE):

. "C:\full\path\to\Mini-Prompt.ps1"

Replace C:\full\path\to\Mini-Prompt.ps1 with the actual path to the Mini-Prompt.ps1 or Mini-Prompt.unix.ps1 file.

That's it!

Restart your PowerShell session or run & $PROFILE to apply the changes. Your new prompt should now be active.

License

Henrize/pwsh-prompt is licensed under the MIT License.

About

A clean and minimalistic pwsh prompt I use myself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published