Skip to content

Commit

Permalink
Merge pull request #2260 from rsteube/doc-bridges-cache
Browse files Browse the repository at this point in the history
do: bridges - added cache
  • Loading branch information
rsteube authored Feb 21, 2024
2 parents 08dce9e + 13d3884 commit 9f62c84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/bridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ Currently available bridges:
- [zsh](https://www.zsh.org/)

> Bridging frameworks should be preferred to shells (e.g. zsh) as these generally work better and have less overhead.

## Cache

The list of completers is cached to not impact shell startup time.
Clear the cache with `carapace --clear-cache` if your system changes.

0 comments on commit 9f62c84

Please sign in to comment.