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

Disable bash autocompletion, make it optional. Add relevant documentation. Closes #140.

This commit is contained in:
William Ting
2012-11-23 08:30:15 -06:00
parent 96d9d8333e
commit 024d550c8c
5 changed files with 41 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.1.1'
VERSION = 'release-v21.1.2'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'