diff --git a/ChangeLog b/ChangeLog index f0abd76..410efa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/autojump b/autojump index 120048e..6a779fe 100755 --- a/autojump +++ b/autojump @@ -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 = '__'