Update my-profile.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 16:11:57 +01:00
parent cbfec35915
commit a13800df86

View File

@ -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