Update my-profile.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 16:05:50 +01:00
parent c2f7e55177
commit cbfec35915

View File

@ -1,11 +1,12 @@
# Personal PowerShell Profile # my-profile.ps1 - Your Personal PowerShell Profile
# --------------------------- # -------------------------------------------------
# comment/uncomment/adapt as you like #
# NOTE: simply comment/uncomment/adapt the following lines:
#function prompt {$null} # PS> #function prompt {$null} # PS>
#function prompt { "$ " } # $ #function prompt { "$ " } # $
function prompt { "$(Get-Location)> " } # C:\> function prompt { write-host -foregroundColor blue "$(Get-Location)> " } # C:\>
set-alias -name lsf -value get-childitem # lsf means list formatted set-alias -name lsf -value get-childitem # lsf means list directory formatted