mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01:00
Improve my-profile.ps1
This commit is contained in:
parent
296ed2a05a
commit
fdd695f136
@ -23,6 +23,7 @@ function prompt { "`n💲 " } # result is: 💲
|
|||||||
|
|
||||||
# My Alias Names (sorted alphabetically)
|
# My Alias Names (sorted alphabetically)
|
||||||
# --------------
|
# --------------
|
||||||
set-alias -name cwd -value list-workdir.ps1 # cwd = current working directory
|
del alias:pwd -force
|
||||||
|
set-alias -name pwd -value list-workdir.ps1 # pwd = print working directory
|
||||||
set-alias -name ll -value get-childitem # ll = list long
|
set-alias -name ll -value get-childitem # ll = list long
|
||||||
set-alias -name lsf -value list-formatted.ps1 # lsf = list directory formatted
|
set-alias -name lsf -value list-formatted.ps1 # lsf = list directory formatted
|
Loading…
Reference in New Issue
Block a user