diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
index e6386f2..2432487 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup joelthelion autojump 20.9 "release-v" |
| 7 | github.setup joelthelion autojump 21.0.3 "release-v" |
8 | 8 | categories sysutils |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:johnny.kuan |
… |
… |
description a cd command that learns |
15 | 15 | |
16 | 16 | long_description ${name} is ${description}. |
17 | 17 | |
18 | | checksums rmd160 e41e265a02a4469160cbdbc80431618ca54483b3 \ |
19 | | sha256 4cf7593b3914082c2830df66657192b8136076b103e5521dc44fc8f4ec20d78d |
| 18 | checksums rmd160 d38603487acc7adda75e4498965cc001b1f9a422 \ |
| 19 | sha256 6b9f645381db2196746baabc535383101310bd8d25239610375e41d3cb34c6e7 |
20 | 20 | |
21 | 21 | depends_run port:python27 |
22 | 22 | |
… |
… |
export FPATH=\"\$FPATH:${prefix}/share/zsh/site-functions/\" |
49 | 49 | if \[ -f ${prefix}/etc/profile.d/autojump.sh \]; then |
50 | 50 | . ${prefix}/etc/profile.d/autojump.sh |
51 | 51 | fi |
| 52 | To use zsh tab completion, load compinit in your .zshrc: |
| 53 | autoload -U compinit; compinit |
52 | 54 | " |