diff options
author | Andrew Xie <62098008+axieax@users.noreply.github.com> | 2023-04-21 16:59:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 08:59:58 +0200 |
commit | 07454029bd67239ce42aaa68b427fbbe8e428e7d (patch) | |
tree | 2a7b5caceeabbd977621ea6b0ae33e19fe6a81c7 /.github/CODEOWNERS | |
parent | 91c7ed45a312a71b7d3b856228047ddcd51d4651 (diff) | |
download | zsh-07454029bd67239ce42aaa68b427fbbe8e428e7d.tar.gz zsh-07454029bd67239ce42aaa68b427fbbe8e428e7d.tar.bz2 zsh-07454029bd67239ce42aaa68b427fbbe8e428e7d.zip |
feat(starship): create plugin (#10947)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6668cd7ce..599b765ca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,3 +9,4 @@ plugins/shell-proxy/ @septs plugins/universalarchive/ @Konfekt plugins/wp-cli/ @joshmedeski plugins/zoxide/ @ajeetdsouza +plugins/starship/ @axieax |