x4lldux

Results 39 comments of x4lldux

> This seems to work, but I could be missing something. @ALSchwalm I've been playing with this for few days now and there were some things missing. I've added/modified (see...

> Last time I used closh it did not have a scripting mode at all. I don't really have too much interest in Eshell or Elisp. > I know GNU...

@andrewchambers I don't :) In fact, after reading through bakpakin/mendoza repo some more, I did find that Janet already supports custom loaders and was I planning to start working on...

Borrowed the idea from ZSH. It's usually used to enhance prompt and timing is just an example (though I'm often wandering how long does something takes only after starting it...

Should be easy to fix. Basically need to do the same thing you do in `want-implicit-parens` and detect that. I'll test it in few days.

@pauldub You're right, equivalent of `$PROMPT_COMMAND`/`precmd_function` should be added. Calling direnv in `*prompt*` is kind a hackish and entangles concerns.

Once changes to repl in #161 are done, I will update this & add precmd hook also.

Sure, so `*post-crash-hook*` -> `*post-error-hook*`? Fefora has something similar. Use cases for those hooks are many! I saw a `precmd` hook function that changes terminal's profile so the background is...