Skip to content

Commit

Permalink
Add ismo alias to TabExpansion function
Browse files Browse the repository at this point in the history
  • Loading branch information
jstangroome committed Mar 12, 2012
1 parent 9686b2b commit e13dc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PsGet/PsGet.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ $Module.OnRemove = {
Function global:TabExpansion {
param($line, $lastWord)

if ($line -eq "Install-Module $lastword" -or $line -eq "inmo $lastword")
if ($line -eq "Install-Module $lastword" -or $line -eq "inmo $lastword" -or $line -eq "ismo $lastword")
{
Get-PsGetModuleInfo "$lastword*" | % { $_.Id } | sort -Unique
}
Expand Down

0 comments on commit e13dc99

Please sign in to comment.