From 329dae0f08a4af39b6e5ad8be2a8d71fd2d66648 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 6 Jun 2026 04:26:56 -0400 Subject: [PATCH] docs(readme): add docs/ directory to Structure section Co-documents fish-config.md and fish-config.index in the repo layout. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51f6b09..0af9afe 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ This config layers on top of the CachyOS base Fish configuration and adds: │ ├── starship.fish # fish_prompt with OSC 133;A/B shell-integration markers │ ├── wakatime.fish # WakaTime shell hook │ └── zoxide.fish # Zoxide z/zi aliases +├── docs/ # Offline documentation +│ ├── fish-config.md # Primary offline reference manual (terminal-readable) +│ └── fish-config.index # Section index for config_help navigation ├── functions/ # Custom functions (one per file) ├── completions/ # Custom tab completions ├── integrations/ # Integration scripts