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

Add custom sourcing to autojump.sh when using --prefix.

Fixes #345.
This commit is contained in:
William Ting
2015-01-25 16:05:19 +09:00
parent 53683525d2
commit fa3ff58d92
2 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.2.2'
VERSION = '22.2.3'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'