Update powershell config
This commit is contained in:
parent
fe452724f8
commit
5dfcc6fbd1
|
@ -63,6 +63,8 @@ Remove-Item Alias:gpv -Force -ErrorAction SilentlyContinue # Get-ItemPropertyVal
|
||||||
# In PowerShell Core, Remove-Alias is available
|
# In PowerShell Core, Remove-Alias is available
|
||||||
|
|
||||||
# Define aliases or function similar to *nix
|
# Define aliases or function similar to *nix
|
||||||
|
Set-Alias la Get-ChildItem
|
||||||
|
Set-Alias ll Get-ChildItem
|
||||||
Set-Alias type Get-Command
|
Set-Alias type Get-Command
|
||||||
Set-Alias pbcopy Set-Clipboard
|
Set-Alias pbcopy Set-Clipboard
|
||||||
Set-Alias pbpaste Get-Clipboard
|
Set-Alias pbpaste Get-Clipboard
|
||||||
|
|
Loading…
Reference in New Issue