# ZSH目录切换提醒插件 **Repository Path**: maoxuner/zsh-cd-reminder ## Basic Information - **Project Name**: ZSH目录切换提醒插件 - **Description**: Oh My Zsh 插件,cd命令切换目录时显示目录中配置的提示信息 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zsh CD Reminder An Oh-My-Zsh Plugin to display reminders when cd-ing into specified directories. ## Installation Clone this repo into `~/.oh-my-zsh/plugins` (or wherever your plugins are configured to live) and update the plugins config in your `~/.zshrc` file to include `cd-reminder`: ```bash plugins=(cd-reminder) ``` ## Usage If a directory has a file named `.cd-reminder` in it, then when you `cd` into that directory this plugin will read the contents of the file to the display. This is useful if you have repositories with specific things that must be done when entering, etc. ## Reference - [cd-reminder](https://github.com/bartboy011/cd-reminder)