Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

FreeBSD Installation

Binary Release

FreeBSD x86_64

fetch https://github.com/juliojimenez/hash/releases/download/v34/hash-shell-v34-freebsd-x86_64
chmod +x hash-shell-v34-freebsd-x86_64
sudo mv hash-shell-v34-freebsd-x86_64 /usr/local/bin/hash-shell
hash-shell

FreeBSD ARM64

fetch https://github.com/juliojimenez/hash/releases/download/v34/hash-shell-v34-freebsd-aarch64
chmod +x hash-shell-v34-freebsd-aarch64
sudo mv hash-shell-v34-freebsd-aarch64 /usr/local/bin/hash-shell
hash-shell

From Source

See Building from Source for compilation instructions.

Setting as Default Shell

sudo sh -c 'echo "/usr/local/bin/hash-shell" >> /etc/shells'
chsh -s /usr/local/bin/hash-shell

Log out and log back in for changes to take effect.

Verify Installation

hash-shell --version
hash-shell