doc: add missing drop-in directories

This commit is contained in:
Ben Grande 2024-02-22 15:59:02 +01:00
parent 701f291daa
commit cc2e902ac1
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -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