mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-11 01:45:02 +02:00
Improve my-profile.ps1
This commit is contained in:
@ -15,7 +15,7 @@ $host.ui.RawUI.WindowTitle = "$Username @ $Hostname"
|
||||
|
||||
# My Command Prompt
|
||||
# -----------------
|
||||
function prompt { write-host -noNewline -foregroundColor yellow "`n➤➤"; return " " } # result is: ➤➤
|
||||
function prompt { write-host -noNewline -foregroundColor yellow "`n➤"; return " " } # result is: ➤
|
||||
|
||||
|
||||
# My Alias Names (sorted alphabetically)
|
||||
|
Reference in New Issue
Block a user