Adding asciispec
to an alternate shell is similar to Bash but may have subtle differences.
For example, with ZSH:
-
Open the ZSH profile
open ~/.zshrc
-
Add the following line:
export PATH="~/path/to/asciispec/bin/:$PATH"
Tip
|
Running echo $SHELL will print the directory name of the currently-running shell.
|