aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-03 21:41:08 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-03 21:41:08 -0700
commita78619a402f3a63faa386403c068d1079780c57a (patch)
treec7749cb004281367005a177d9168edb694791f6c /README.md
parent1d54d6a29269d89248f65d9f2874b88c34e63691 (diff)
Switch from /etc/xdg/bb to /etc/bb
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0eabf5..bf913c0 100644
--- a/README.md
+++ b/README.md
@@ -63,13 +63,13 @@ run the shell command `rm -rf file1 file2` and then tell `bb` to deselect all
## Customizing bb
When `bb` launches, it first updates `bb`'s `$PATH` environment variable to
-include, in order, `~/.config/bb` and `/etc/xdg/bb`. Then, `bb` will run the
+include, in order, `~/.config/bb/` and `/etc/bb/`. Then, `bb` will run the
command `bbstartup` (the default implementation is found at
[scripts/bbstartup](scripts/bbstartup), along with other default `bb` commands).
`bbstartup` will call `bbkeys` and may also set up configuration options like
which columns to display and what sort order to use. All of these behaviors can
be customized by creating custom local versions of these files in `~/.config/bb/`.
-The default versions can be found in `/etc/xdg/bb/`.
+The default versions can be found in `/etc/bb/`.
You can also create temporary bindings at runtime by hitting `Ctrl-b`, pressing
the key you want to bind, and then entering in a script to run (in case you