Skip to content

Commit 4d8f8c1

Browse files
Add ~/.pickles/bin to mise PATH
Puts pickletown scripts (bk wrapper, etc.) on PATH via mise activate, so they're available in all shells without manual PATH manipulation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0d33e06 commit 4d8f8c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/mise/conf.d/path.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ _.path = [
33
"~/bin",
44
"~/.local/bin",
55
"~/.cargo/bin",
6-
"~/.bun/bin", # bun global packages (qmd, etc.)
6+
"~/.bun/bin", # bun global packages (qmd, etc.)
7+
"~/.pickles/bin", # pickletown scripts (bk wrapper, etc.)
78
]

0 commit comments

Comments
 (0)