From 48487e3050c944a9f78b0bfdeb9f340b29129e19 Mon Sep 17 00:00:00 2001 From: William Ting Date: Wed, 13 Feb 2013 22:25:53 -0600 Subject: [PATCH] minor version bump --- bin/autojump | 2 +- bin/autojump.zsh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/autojump b/bin/autojump index c5ed872..53226a4 100755 --- a/bin/autojump +++ b/bin/autojump @@ -34,7 +34,7 @@ import re import shutil from tempfile import NamedTemporaryFile -VERSION = 'release-v21.4.3' +VERSION = 'release-v21.4.4' MAX_KEYWEIGHT = 1000 MAX_STORED_PATHS = 1000 COMPLETION_SEPARATOR = '__' diff --git a/bin/autojump.zsh b/bin/autojump.zsh index 36fad2d..d653867 100644 --- a/bin/autojump.zsh +++ b/bin/autojump.zsh @@ -37,7 +37,6 @@ chpwd_functions+=autojump_chpwd function j { # Cannot use =~ due to MacPorts zsh v4.2, see issue #125. - echo "j()" if [[ ${@} == -* ]]; then autojump ${@} return @@ -55,7 +54,6 @@ function j { } function jc { - echo "j()" if [[ ${@} == -* ]]; then j ${@} else