From cc2e902ac130bb8d3884b79ad93fcdaf4dbba12b Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Thu, 22 Feb 2024 15:59:02 +0100 Subject: [PATCH] doc: add missing drop-in directories --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94f27a0..f9104a8 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,11 @@ Supported programs and the expected file names in `$HOME`: - **bash**: .bashrc.local - **git**: .gitconfig.local -- **sh**: .profile.local, .shrc.local +- **sh**: .profile.local, .shrc.local, .config/sh/profile.d/ (.sh suffix) - **ssh**: .ssh/config.d/ (.conf suffix), .ssh/known_hosts.d/ (.host suffix) - **tmux**: .tmux.conf.local - **vim**: .vimrc.local -- **x11**: .xprofile.local +- **x11**: .xprofile.local, .config/x11/xprofile.d/ (.sh suffix) - **zsh**: .zshrc.local ## License