1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

version numbering

This commit is contained in:
William Ting 2012-04-10 14:43:06 -10:00
parent cd126da416
commit f5132bbfad
2 changed files with 5 additions and 5 deletions

View File

@ -10,10 +10,10 @@
and usage scenarios.
- Installation scripts now act dependent on current
environmental settings.
If run as root, will do a global install. Installation script also
detects which version to install (bash or zsh) dependent on $SHELL.
Both of these behaviors can be overrode using --local/--global or
--bash/--zsh arguments.
If run as root, will do a global install. Installation script also
detects which version to install (bash or zsh) dependent on $SHELL.
Both of these behaviors can be overrode using --local/--global or
--bash/--zsh arguments.
- Uninstallation script added, will remove both global and local
installations but ignores database.
- Symlinks can be preserved as database entries, refer to man page for

View File

@ -28,7 +28,7 @@ from operator import itemgetter
import os
import shutil
AUTOJUMP_VERSION = "release-v19"
AUTOJUMP_VERSION = "release-v20"
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 600
COMPLETION_SEPARATOR = '__'