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

Installs to /usr/local/share instead of /etc/profile.d.

Fixes #257, #267.
This commit is contained in:
William Ting
2014-10-04 20:44:21 -07:00
parent 86f663fa6e
commit 77d9d6ebc2
4 changed files with 34 additions and 32 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.2-beta'
VERSION = '22.0.3-beta'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'