1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

fix for tcsh installation

This commit is contained in:
GlazerMann 2021-02-05 12:39:29 -06:00 committed by GitHub
parent 06e082c918
commit 84d9904d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,7 @@ def main(args):
cp('./bin/autojump.bash', share_dir, args.dryrun) cp('./bin/autojump.bash', share_dir, args.dryrun)
cp('./bin/autojump.fish', share_dir, args.dryrun) cp('./bin/autojump.fish', share_dir, args.dryrun)
cp('./bin/autojump.zsh', 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) cp('./bin/_j', zshshare_dir, args.dryrun)
if args.custom_install: if args.custom_install: