Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.12 KB

troubleshooting.adoc

File metadata and controls

43 lines (31 loc) · 1.12 KB

Common Issues

Installing on Alternate Shells

Adding asciispec to an alternate shell is similar to Bash but may have subtle differences.
For example, with ZSH:

  1. Open the ZSH profile

    open ~/.zshrc

  2. 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.

Windows Install

Support for Windows will be supported soon.

OSX Keyboard Layout Issues

For some locales (i.e. German keyboard input), backticks `` used for formatting can cause a problem. A custom input source to get rid of auto-diacritics during input is required.