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:
parent
06e082c918
commit
84d9904d80
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user