mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 00:13:36 +01:00
Improve my-profile.ps1
This commit is contained in:
parent
53efcf0fc8
commit
b73da7c2f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user