Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 864 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 864 Bytes

zsh-bun

Version License

A zsh plugin for using b as bun aliases and more.

Alias Command
b bun
br bun run
bi bun install
ba bun add
bu bun update
bp bun pm
bx bunx
bd bun dev
bb bun build
bt bun test
bs bun start
bl bun lint

Install

Manual

git clone --depth=1 https://github.com/zfben/zsh-bun.git ~/.zsh-bun
echo 'source ~/.zsh-bun/zsh-bun.plugin.zsh' >>~/.zshrc

Using oh-my-zsh

Execute git clone --depth=1 https://github.com/zfben/zsh-bun.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-bun. Add zsh-bun into plugins array in .zshrc