From 1b812c43c0d839d4f99a05ce004bcc356a5d3c84 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 21 Feb 2021 09:35:12 -0700 Subject: [PATCH] Add last-working-directory-tmux --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b263d0..d9c0a2b 100644 --- a/README.md +++ b/README.md @@ -727,6 +727,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [laradock-workspace](https://github.com/rluders/laradock-workspace-zsh) - Provides an interface to [Laradock](http://laradock.io/)'s workspace. * [laravel-au](https://github.com/Saleh7/laravel-au-zsh-plugin) - Adds aliases for Laravel 6. * [laravel](https://github.com/crazybooot/laravel-zsh-plugin) - Add shortcuts for Laravel 5, 5.1, 5.2 & 5.3. +* [last-working-dir-tmux](https://github.com/Curly-Mo/last-working-dir-tmux) - Keeps track of the last used working directory globally and per tmux session and automatically jumps into it for new shells. * [last-working-directory (mdumitru)](https://github.com/mdumitru/last-working-dir) - Broken out copy of the version in [oh-my-zsh](http://ohmyz.sh/). Keeps track of the last used working directory and automatically jumps into it for new shells. * [lazyload](https://github.com/qoomon/zsh-lazyload) - Lazy load commands and speed up start up time of ZSH. * [learn](https://github.com/MenkeTechnologies/zsh-learn) - Learning collection in MySQL/MariadB to save, query and quiz everything you learn.