Open source programming language to build simple/reliable/efficient software
For shell integration hooks, add the following to your shell configuration:
For bash, add the following command to your .bashrc:
eval "$(test -x $(brew --prefix)/bin/hermit && $(brew --prefix)/bin/hermit shell-hooks --print --bash)"
For zsh, add the following command to your .zshrc:
eval "$(test -x $(brew --prefix)/bin/hermit && $(brew --prefix)/bin/hermit shell-hooks --print --zsh)"