From e92a4ed78b00d57cd1d5145f70b738223abd722b Mon Sep 17 00:00:00 2001 From: David Vigo Date: Mon, 20 Jul 2026 10:33:43 +0200 Subject: [PATCH] feat(plugins): add zsh-dev-navigator and project-aliases (#122) --- External-plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 1bd1f70..7aaeeae 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -56,6 +56,14 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there Give tab-completion to `make` that behave like `bash` does out of the box. +- [zsh-dev-navigator](https://github.com/dvigo/zsh-dev-navigator) + + A minimal Zsh plugin to quickly navigate into development folders with recursive autocompletion, create new project directories, and open them in your preferred editor (VS Code, Cursor, Windsurf, etc.) with fuzzy finder (`fzf`) integration. + +- [project-aliases](https://github.com/dvigo/project-aliases) + + Lightweight plugin to manage per-project shell aliases. It automatically loads aliases defined in a `.proj_aliases` file when entering a project directory and unloads them upon leaving, keeping your global shell namespace clean. + ### FUN - [Doge Say](https://github.com/txstc55/dogesay/blob/master/dogesay.plugin.zsh)