mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02: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
|
# 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)
|
# My Alias Names (sorted alphabetically)
|
||||||
|
Loading…
Reference in New Issue
Block a user