Command "jc" doesn't jump correctly if sibling directories have same prefix
Created by: jsliang
My directory structure look like this:
~/pelican/
~/pelican/pelican-theme/
~/pelican-theme-2/
When I type jc theme
under ~/pelican/
, I thought I'd jump to ~/pelican/pelican-theme/
. However, I jumped to ~/pelican-theme-2/
instead.