mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 01:48:20 +02:00
Improved my-profile.ps1
This commit is contained in:
parent
e113db34f4
commit
dba5880e41
@ -1,6 +1,6 @@
|
|||||||
# My PowerShell Profile
|
# My PowerShell Profile
|
||||||
# =====================
|
# =====================
|
||||||
# Welcome to 'my-profile.ps1' - this file defines the look&feel of PowerShell.
|
# Welcome to 'my-profile.ps1' - this file defines the look&feel of PowerShell for the user.
|
||||||
# Simply comment/uncomment/adapt the following lines.
|
# Simply comment/uncomment/adapt the following lines.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -22,3 +22,10 @@ function prompt {
|
|||||||
# My Alias Names
|
# My Alias Names
|
||||||
# --------------
|
# --------------
|
||||||
set-alias -name lsf -value get-childitem # lsf means list directory formatted
|
set-alias -name lsf -value get-childitem # lsf means list directory formatted
|
||||||
|
|
||||||
|
|
||||||
|
# My Welcome Message
|
||||||
|
# ------------------
|
||||||
|
clear
|
||||||
|
Write-Host "PowerShell $($PSVersionTable.PSVersion) at $(hostname) - $(Get-date)"
|
||||||
|
Write-Host ''
|
Loading…
Reference in New Issue
Block a user