Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Feb 8, 2024
1 parent 391234f commit 162b6a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -215,7 +215,8 @@ An exact match for the full repo name to a full path takes priority over a match

```yaml
repoPaths:
dlvhdr/*: ~/code/repos/* # will match dlvhdr/repo-name to ~/code/repos/repo-name
default_path: ~/code/repos # fallback value if none of the other paths match
dlvhdr/*: ~/code/repos/dlvhdr/* # will match dlvhdr/repo-name to ~/code/repos/dlvhdr/repo-name
dlvhdr/gh-dash: ~/code/gh-dash # will not match wildcard and map to specified path
```

Expand Down

0 comments on commit 162b6a5

Please sign in to comment.