Minor fix

This commit is contained in:
js0ny 2024-10-30 19:59:18 +00:00
parent 16f47e3907
commit 1b22e3241a
5 changed files with 15 additions and 6 deletions

View file

@ -12,7 +12,7 @@ Get-ChildItem -Path $DOTFILES\powershell_private -Filter *.ps1 | ForEach-Object
# PowerShell Equivalents #
# Set-Alias "curl" "Invoke-WebRequest"
Set-Alias "man" "Get-Help"
# Set-Alias "man" "Get-Help"
Set-Alias "kill" "Stop-Process"
Set-Alias "open" "Invoke-Item" # Use ii instead of open