diff options
author | minskim <minskim@pkgsrc.org> | 2017-12-07 23:16:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-12-07 23:16:07 +0000 |
commit | 77455a17a53569849966dfe73780c0aa0b200747 (patch) | |
tree | a1adefb49950dea6f73cfe0b1493c080c243f2cb /shells/Makefile | |
parent | 6264c39949afb5f9aed318f72846cb7b2c89f6aa (diff) | |
download | pkgsrc-77455a17a53569849966dfe73780c0aa0b200747.tar.gz |
shells/Makefile: Add zsh-autosuggestions
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index fb48abb11bc..bd83f63b176 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2017/12/01 01:11:18 minskim Exp $ +# $NetBSD: Makefile,v 1.58 2017/12/07 23:16:07 minskim Exp $ # COMMENT= Shells @@ -34,6 +34,7 @@ SUBDIR+= tcsh SUBDIR+= xonsh SUBDIR+= xsh SUBDIR+= zsh +SUBDIR+= zsh-autosuggestions SUBDIR+= zsh-completions SUBDIR+= zsh-pure |