1
0
mirror of https://github.com/wting/autojump synced 2025-06-09 19:04:09 +00:00
This commit is contained in:
GlazerMann 2025-03-07 11:35:48 -05:00 committed by GitHub
commit dfbf7a0e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: