This commit is contained in:
Tom Parker-Shemilt 2025-12-15 15:20:04 +01:00 committed by GitHub
commit 29fa75e4c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 2 deletions

View file

@ -16,6 +16,14 @@ dependencies:
precopy: |
set -e
find . ! -name _gradle ! -name LICENSE -delete
plugins/kube-ps1:
repo: jonmosco/kube-ps1
branch: master
version: 54271c7e0c890779eab058c8a9661d88e410de72
precopy: |
set -e
rm -f kube-ps1.plugin.zsh
test -e kube-ps1.sh && mv kube-ps1.sh kube-ps1.plugin.zsh
plugins/history-substring-search:
repo: zsh-users/zsh-history-substring-search
branch: master