From abb6e2b8a39ca685018bf43977bc8ed71cba20c1 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 17 Jun 2020 17:34:07 -0500 Subject: [PATCH] Add a which alias. --- PS/PowerShellProfile.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PS/PowerShellProfile.ps1 b/PS/PowerShellProfile.ps1 index ea84338..67fccc4 100644 --- a/PS/PowerShellProfile.ps1 +++ b/PS/PowerShellProfile.ps1 @@ -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" \ No newline at end of file