From c66828ced165a8f5f5776a0c9755a3455350a392 Mon Sep 17 00:00:00 2001 From: Richard Pistole Date: Mon, 30 Oct 2017 23:20:36 -0500 Subject: [PATCH] Add env variable to tcsh init file --- bin/autojump.tcsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/autojump.tcsh b/bin/autojump.tcsh index a520be0..77f66ee 100644 --- a/bin/autojump.tcsh +++ b/bin/autojump.tcsh @@ -1,3 +1,6 @@ +# set the environment variable to let autojump know it's been loaded +setenv AUTOJUMP_SOURCED 1 + # set user installation paths if (-d ~/.autojump/bin) then set path = (~/.autojump/bin path)