docs: point tailscale and cheat completions at completions/

Follows the relocation out of conf.d/. The completions/ branch of the file
tree is expanded from the real directory at build time, so it needs no
hand-written children. Generated docs are regenerated separately.
This commit is contained in:
2026-09-07 19:59:53 -04:00
parent 52711a42a2
commit 85c753aaa6
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -118,7 +118,8 @@ Every shell command is reported to WakaTime for time-tracking. Set
### Tailscale ### Tailscale
Full tab completion for the `tailscale` CLI is provided via `conf.d/tailscale.fish`. Full tab completion for the `tailscale` CLI is provided via
`completions/tailscale.fish`, autoloaded on the first `tailscale<TAB>`.
### Done Notifications ### Done Notifications
+1 -3
View File
@@ -35,7 +35,6 @@ The configuration uses a structured file tree:
├── conf.d/ ├── conf.d/
│ ├── abbr.fish All abbreviations │ ├── abbr.fish All abbreviations
│ ├── autopair.fish Auto-pair brackets and quotes │ ├── autopair.fish Auto-pair brackets and quotes
│ ├── cheat.fish cheat.sh tab completions
│ ├── done.fish Desktop notifications for long commands │ ├── done.fish Desktop notifications for long commands
│ ├── first_run.fish One-time init: Fisher bootstrap, theme │ ├── first_run.fish One-time init: Fisher bootstrap, theme
│ ├── key_bindings.fish Custom key bindings and Vi mode │ ├── key_bindings.fish Custom key bindings and Vi mode
@@ -47,14 +46,13 @@ The configuration uses a structured file tree:
│ ├── zellij-logging.fish C5 fish_exit handler for zellij │ ├── zellij-logging.fish C5 fish_exit handler for zellij
│ ├── sponge_privacy.fish Sponge privacy patterns │ ├── sponge_privacy.fish Sponge privacy patterns
│ ├── starship.fish fish_prompt shell-integration markers │ ├── starship.fish fish_prompt shell-integration markers
│ ├── tailscale.fish Tailscale CLI tab completions
│ ├── theme.fish Catppuccin syntax highlight colors │ ├── theme.fish Catppuccin syntax highlight colors
│ ├── tricks.fish PATH, bang-bang helpers, bat man pages │ ├── tricks.fish PATH, bang-bang helpers, bat man pages
│ ├── wakatime.fish WakaTime shell hook │ ├── wakatime.fish WakaTime shell hook
│ ├── yay-wrapper.fish Auto-generates yay logging wrapper │ ├── yay-wrapper.fish Auto-generates yay logging wrapper
│ └── zoxide.fish Zoxide z/zi integration; overrides cd │ └── zoxide.fish Zoxide z/zi integration; overrides cd
├── functions/ Custom functions, one per file ├── functions/ Custom functions, one per file
├── completions/ Tab completion scripts ├── completions/ Tab completion scripts, autoloaded on demand
├── integrations/ ├── integrations/
│ └── fzf.fish FZF Catppuccin theme and key bindings │ └── fzf.fish FZF Catppuccin theme and key bindings
├── scripts/ ├── scripts/