Skip to content

Commit

Permalink
Merge pull request tkellogg#11 from fushnisoft/master
Browse files Browse the repository at this point in the history
added xj
  • Loading branch information
tkellogg committed Aug 19, 2013
2 parents 85cc6c3 + 409fac7 commit c4b122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jump.Location/TabExpansion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (Test-Path Function:\TabExpansion) {

function global:TabExpansion($line, $lastWord) {
switch -regex ($line) {
"^(Jump-Location|j) .*" {
"^(Jump-Location|j|xj) .*" {
[Jump.Location.JumpLocationCommand]::GetTabExpansion($line, $lastWord)
}
default {
Expand Down

0 comments on commit c4b122d

Please sign in to comment.