From 225cdb2a8be839055c89c750316bf0020171c6b8 Mon Sep 17 00:00:00 2001 From: Johnny Kuan Date: Mon, 5 May 2014 02:50:51 -0400 Subject: [PATCH] fix to allow directories starting with hyphens --- bin/autojump.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump.tcsh b/bin/autojump.tcsh index 5e1f78f..a520be0 100644 --- a/bin/autojump.tcsh +++ b/bin/autojump.tcsh @@ -9,4 +9,4 @@ if (`alias cwdcmd` !~ *autojump*) then endif #default autojump command -alias j 'cd `autojump \!:1`' +alias j 'cd `autojump -- \!:1`'