mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-12 19:14:33 +01:00
Update my-profile.ps1
This commit is contained in:
parent
c2f7e55177
commit
cbfec35915
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user