Update powershell config

This commit is contained in:
Shockwave 2024-11-16 20:37:42 +08:00
parent fe452724f8
commit 5dfcc6fbd1
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ Remove-Item Alias:gpv -Force -ErrorAction SilentlyContinue # Get-ItemPropertyVal
# In PowerShell Core, Remove-Alias is available
# Define aliases or function similar to *nix
Set-Alias la Get-ChildItem
Set-Alias ll Get-ChildItem
Set-Alias type Get-Command
Set-Alias pbcopy Set-Clipboard
Set-Alias pbpaste Get-Clipboard