i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Manually alias bunx until https://github.com/cometkim/asdf-bun/issues/11 is resolved

+3
+3
fish/.config/fish/functions/bunx.fish
··· 1 + function bunx --wraps='bun x' --description 'alias bunx bun x' 2 + bun x $argv 3 + end