mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge 84d9904d80
into ff75f542ae
This commit is contained in:
commit
27d2dda4ae
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user