mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 21:20:51 +01:00
Update my-profile.ps1
This commit is contained in:
parent
cbfec35915
commit
a13800df86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user