mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-04 22:50:05 +02:00
Update my-profile.ps1
This commit is contained in:
@ -7,6 +7,6 @@
|
||||
|
||||
#function prompt { "$ " } # $
|
||||
|
||||
function prompt { write-host -foregroundColor blue "$(Get-Location)> " } # C:\>
|
||||
function prompt { write-host -foregroundColor blue -noNewLine "$(Get-Location)"; return "> " } # C:\>
|
||||
|
||||
set-alias -name lsf -value get-childitem # lsf means list directory formatted
|
||||
|
Reference in New Issue
Block a user