diff options
| author | Pandu E POLUAN <pepoluan@gmail.com> | 2024-02-29 15:40:40 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 09:40:40 +0100 |
| commit | 6a65ac90259d87f7549c581372403405ef01b7d2 (patch) | |
| tree | 7772177f9d961bbfce119f9715ba575a72e32e1e /.github/CODEOWNERS | |
| parent | 51bf9fc2def19f1d3059c15059df21ddddb518fd (diff) | |
| download | zsh-6a65ac90259d87f7549c581372403405ef01b7d2.tar.gz zsh-6a65ac90259d87f7549c581372403405ef01b7d2.tar.bz2 zsh-6a65ac90259d87f7549c581372403405ef01b7d2.zip | |
feat(eza): create plugin (#12237)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github/CODEOWNERS')
| -rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0c5f3acee..361ed624b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,14 @@ # Plugin owners plugins/archlinux/ @ratijas +plugins/dbt/ @msempere +plugins/eza/ @pepoluan plugins/genpass/ @atoponce plugins/git-lfs/ @hellovietduc plugins/gitfast/ @felipec plugins/react-native @esthor plugins/sdk/ @rgoldberg plugins/shell-proxy/ @septs +plugins/starship/ @axieax plugins/universalarchive/ @Konfekt plugins/wp-cli/ @joshmedeski plugins/zoxide/ @ajeetdsouza -plugins/starship/ @axieax -plugins/dbt/ @msempere |
