diff --git a/config/win10/terminal/Microsoft.Powershell_profile.ps1 b/config/win10/terminal/Microsoft.Powershell_profile.ps1 index dd8a093..8138a8f 100644 --- a/config/win10/terminal/Microsoft.Powershell_profile.ps1 +++ b/config/win10/terminal/Microsoft.Powershell_profile.ps1 @@ -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