mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Merge 1a112c19e7 into 7192af5239
This commit is contained in:
commit
29fa75e4c2
2 changed files with 16 additions and 2 deletions
8
.github/dependencies.yml
vendored
8
.github/dependencies.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue