Skip to content

My PowerShell profile with customized command line prompt.

License

Notifications You must be signed in to change notification settings

dominem/pwsh-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dominem/pwsh-profile

My PowerShell profile with customized command line prompt.

Looks good in Windows Terminal with PowerShell 7.

PowerShell prompt 1 PowerShell prompt 2

Custom prompt installation:

  1. Check your $PROFILE path:
    50 19:56:44 Users\dominem > echo $PROFILE
    C:\Users\dominem\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
    
  2. Copy the function global:prompt {...} definition from Microsoft.PowerShell_profile.ps1 file to your $PROFILE file.
  3. Run . $PROFILE to refresh the PowerShell profile or just restart your terminal(s).

About

My PowerShell profile with customized command line prompt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published