Add a which alias.
This commit is contained in:
parent
6943e02ec2
commit
abb6e2b8a3
@ -87,5 +87,7 @@ function grep {
|
|||||||
# It's way more useful to call this open than ii
|
# It's way more useful to call this open than ii
|
||||||
Set-Alias -Name open -Value Invoke-Item
|
Set-Alias -Name open -Value Invoke-Item
|
||||||
Set-Alias -Name ln -Value New-Link
|
Set-Alias -Name ln -Value New-Link
|
||||||
|
Set-Alias -name which -Value Get-Command
|
||||||
|
|
||||||
# Add make to our powershell path
|
# 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"
|
$env:PATH="$env:PATH;C:\Program Files (x86)\GnuWin32\bin;C:\Users\jerem\AppData\Local\Julia-1.3.0\bin"
|
Loading…
x
Reference in New Issue
Block a user