From 84d9904d80917ee8590862af53601d158447c846 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Fri, 5 Feb 2021 12:39:29 -0600 Subject: [PATCH] fix for tcsh installation --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index a44fecc..4cfd5e5 100755 --- a/install.py +++ b/install.py @@ -224,6 +224,7 @@ def main(args): cp('./bin/autojump.bash', share_dir, args.dryrun) cp('./bin/autojump.fish', share_dir, args.dryrun) cp('./bin/autojump.zsh', share_dir, args.dryrun) + cp('./bin/autojump.tcsh', share_dir, args.dryrun) cp('./bin/_j', zshshare_dir, args.dryrun) if args.custom_install: