From 7e72e9ac87fc1c052726202f84a1e16466e06ad4 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 2 Aug 2023 22:22:54 -0400 Subject: feat: `zsh` fast-syntax-highlighting plugin --- .config/shell/zsh-fast-syntax-highlighting/.travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/shell/zsh-fast-syntax-highlighting/.travis.yml (limited to '.config/shell/zsh-fast-syntax-highlighting/.travis.yml') diff --git a/.config/shell/zsh-fast-syntax-highlighting/.travis.yml b/.config/shell/zsh-fast-syntax-highlighting/.travis.yml new file mode 100644 index 0000000..351b593 --- /dev/null +++ b/.config/shell/zsh-fast-syntax-highlighting/.travis.yml @@ -0,0 +1,13 @@ +addons: + apt: + packages: + zsh +install: + - mkdir .bin + - curl -L https://github.com/zunit-zsh/zunit/releases/download/v0.8.2/zunit > .bin/zunit + - curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver + - curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color +before_script: + - chmod u+x .bin/{color,revolver,zunit} + - export PATH="$PWD/.bin:$PATH" +script: zunit -- cgit v1.2.3