Add a which alias.

This commit is contained in:
Jeremy Wall 2020-06-17 17:34:07 -05:00
parent 6943e02ec2
commit abb6e2b8a3

View File

@ -87,5 +87,7 @@ function grep {
# It's way more useful to call this open than ii
Set-Alias -Name open -Value Invoke-Item
Set-Alias -Name ln -Value New-Link
Set-Alias -name which -Value Get-Command
# Add make to our powershell path
$env:PATH="$env:PATH;C:\Program Files (x86)\GnuWin32\bin;C:\Users\jerem\AppData\Local\Julia-1.3.0\bin"