diff options
author | Martin Väth <martin@mvath.de> | 2018-06-11 16:48:05 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-06-11 16:49:52 +0200 |
commit | 4a54be059519127d9d40e35ae067862375b5a121 (patch) | |
tree | 316e31feab27048fac3d014254e07eb97cabc073 /app-shells/fast-syntax-highlighting | |
parent | Re-add avidemux for version bumping (diff) | |
download | mv-4a54be059519127d9d40e35ae067862375b5a121.tar.gz mv-4a54be059519127d9d40e35ae067862375b5a121.tar.bz2 mv-4a54be059519127d9d40e35ae067862375b5a121.zip |
Add zsh-autosuggestions. Minor fixes
Diffstat (limited to 'app-shells/fast-syntax-highlighting')
-rw-r--r-- | app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild | 11 | ||||
-rw-r--r-- | app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild index 8af368de..d636d94d 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild @@ -32,17 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/fast-syntax-highlighting.plugin.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - -MAKE_ARGS=( - "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" - "DOC_DIR=${ED}/usr/share/doc/${PF}" -) - src_install() { local DISABLE_AUTOFORMATTING DOC_CONTENTS dir dir="/usr/share/zsh/site-contrib/${PN}" diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild index 8af368de..d636d94d 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild @@ -32,17 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/fast-syntax-highlighting.plugin.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - -MAKE_ARGS=( - "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" - "DOC_DIR=${ED}/usr/share/doc/${PF}" -) - src_install() { local DISABLE_AUTOFORMATTING DOC_CONTENTS dir dir="/usr/share/zsh/site-contrib/${PN}" |