tkellogg / Jump-Location

Powershell `cd` that reads your mind
MIT License
467 stars 26 forks source link

jump-location overrides tab behavior of posh-git #29

Closed aprooks closed 9 years ago

aprooks commented 9 years ago

If I install jump-location after poshgit, tab key is not working for poshgit.

solvable by changing Powershell_profile.ps1 manually

# Load Jump-Location profile
Import-Module 'C:\Chocolatey\lib\Jump-Location.0.5.1\tools\Jump.Location.psd1'

# Load posh-git example profile
. 'C:\tools\poshgit\dahlbyk-posh-git-95df787\profile.example.ps1'
PatrickMcDonald commented 9 years ago

:thumbsup:

vors commented 9 years ago

fixed in cc7dbd9