From 5d15b073c68e5e801576be3a79ebbc69d8e91460 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Fri, 5 Feb 2021 12:18:39 -0600 Subject: [PATCH] fix tcsh --- bin/autojump.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump.tcsh b/bin/autojump.tcsh index a520be0..3a46449 100644 --- a/bin/autojump.tcsh +++ b/bin/autojump.tcsh @@ -1,6 +1,6 @@ # set user installation paths if (-d ~/.autojump/bin) then - set path = (~/.autojump/bin path) + set path = (~/.autojump/bin:${path}) endif # prepend autojump to cwdcmd (run after every change of working directory)