You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running kitten from outside of the source directory, importing prelude fails.
james@letian ~/D/kitten> stack build
james@letian ~/D/kitten> stack install
Copying from /home/james/Downloads/kitten/.stack-work/install/x86_64-linux-ncurses6/lts-5.9/7.10.3/bin/kitten to /home/james/.local/bin/kitten
Copying from /home/james/Downloads/kitten/.stack-work/install/x86_64-linux-ncurses6/lts-5.9/7.10.3/bin/mini to /home/james/.local/bin/mini
Copied executables to /home/james/.local/bin/:
- kitten
- mini
james@letian ~/D/kitten> echo $fish_user_paths
/home/james/go/bin /home/james/.local/bin /home/james/.fzf/bin /usr/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /home/james/.cabal/bin /home/james/.npm-global/bin
james@letian ~/D/kitten> kitten
Welcome to Kitten!
Type ':help' for help or ':quit' to quit.
1 >>>
james@letian ~/D/kitten> cd
james@letian ~> kitten
Welcome to Kitten!
Type ':help' for help or ':quit' to quit.
:1:1: error: missing import 'Prelude'
1 >>>
The text was updated successfully, but these errors were encountered:
When running kitten from outside of the source directory, importing prelude fails.
The text was updated successfully, but these errors were encountered: