diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2019-05-15 21:11:43 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2019-05-15 21:11:43 +0000 |
commit | 6441cbe7300d79d7576b2c7c3bba784b013377e2 (patch) | |
tree | 466b2b884d435ee09f0618cff347a91eba0429d6 /shells/Makefile | |
parent | d85981f52b69e2cb1576483a9aa3cbbf8da89feb (diff) |
Notes
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 51696f1e8dc7..44b5c45f0946 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -55,7 +55,9 @@ SUBDIR += xonsh SUBDIR += zsh SUBDIR += zsh-antigen + SUBDIR += zsh-autosuggestions SUBDIR += zsh-completions SUBDIR += zsh-navigation-tools + SUBDIR += zsh-syntax-highlighting .include <bsd.port.subdir.mk> |