Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 563 Bytes

File metadata and controls

24 lines (16 loc) · 563 Bytes

an autoloader for bash

Documentation

automatic installation

# main, latest
cd; curl -Ls https://raw.githubusercontent.com/bash-d/bd/main/bd-install.sh | /usr/bin/env bash -s _ replace; . .bash_profile; bd env

manual installation

# download a release into ~/.bd and add something like this your profile
[ -r ~/.bd/bd.sh ] && source ~/.bd/bd.sh ${@}

example

license

MIT License