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)