1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Detect user shell as opposed to login shell.

Fixes #256.
This commit is contained in:
William Ting
2014-10-04 20:27:51 -07:00
parent 0d80d91805
commit f480bd1315
2 changed files with 14 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.0.1-beta'
VERSION = '22.0.2-beta'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'