From 6e77af9e037a4e57925911c9ec5a6f9fa19e920a Mon Sep 17 00:00:00 2001 From: Slava Yakovenko Date: Sat, 6 Sep 2025 06:29:50 +0200 Subject: [PATCH] feat(external): add databricks plugin (#80) --- External-plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index eefef68..7bb9d8e 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -27,6 +27,10 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there Integrate ChatGPT to your terminal so that you can predict your next command based on command history. Ask to generate complexe commands. Or Fix a previous failed command. +- [Databricks CLI Plugin](https://github.com/SlavaYakovenko/zsh-databricks) + Enhanced Databricks CLI integration for Zsh with convenient aliases and profile management. + This plugin provides a set of convenient aliases and functions to streamline your Databricks workflow. All commands use the dbrs prefix to avoid conflicts with existing tools. + - [Docker ps output colorized](https://github.com/bouteillerAlan/dockolor) `dockolor` is a lightweight plugin that enhances your docker ps experience with color-coded output based on container status. It also replaces common aliases like dps and dpsa if defined.