From a78619a402f3a63faa386403c068d1079780c57a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 3 Jul 2021 21:41:08 -0700 Subject: Switch from /etc/xdg/bb to /etc/bb --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.md') diff --git a/API.md b/API.md index 7634b97..f62c004 100644 --- a/API.md +++ b/API.md @@ -10,7 +10,7 @@ internal state. ## Helper Functions `bb` is bundled with some helper scripts for performing common tasks. These -scripts are installed to `/etc/xdg/bb/`, which is added to `bb`'s `$PATH` +scripts are installed to `/etc/bb/`, which is added to `bb`'s `$PATH` environment variable at runtime. `~/.config/bb/` is also added to the `$PATH` with higher priority, so you can override any of these scripts by putting your own version there. -- cgit v1.2.3