mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-10 02:28:57 +02:00
Update my-profile.ps1
This commit is contained in:
parent
8b5cbd074f
commit
c2ece8db12
@ -5,7 +5,7 @@ if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
||||
$host.ui.RawUI.WindowTitle = "$Username @ $(hostname)"
|
||||
|
||||
# COMMAND PROMPT
|
||||
function prompt { write-host -noNewline -foregroundColor yellow "`n➤"; return " " }
|
||||
function prompt { Write-Host -noNewline -foregroundColor yellow "`n➤ "; return " " }
|
||||
|
||||
# ALIAS NAMES
|
||||
del alias:pwd -force -errorAction SilentlyContinue
|
||||
|
Loading…
Reference in New Issue
Block a user