mattmc3

Results 83 comments of mattmc3

Unfortunately, this isn't enough to go on to help you solve it. There's nothing preventing antidote from working on a proper Zsh install on Android, but I can't debug your...

I don't have a way to test on termux, but nothing you've posted looks out of the ordinary. You might try simplifying your config to this and see if it...

How did you install antidote? Seems like you have an incomplete install? You should remove and re-clone: ``` rm -rf -- ${ZDOTDIR:-$HOME}/.antidote git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-$HOME}/.antidote ```

Closing due to age, isolation to one user, and inability of developer to reproduce issue.

Can you describe more of what you're looking for here? Are you asking for the ability to pin a specific commit of a plugin [like this](https://github.com/mattmc3/antidote/issues/1) or something else? Is...

I like this idea. Something like `antidote update --dry-run`?

First, some quick background: Fish themes are a relatively new feature to Fish. Previously, if you ran the `fish_config` web interface to set a theme, it would emit a bunch...

I was thinking a much simpler approach would be sufficient - namely, if Fish didn't define a color for a feature then don't colorize it in ble.sh either (ie: `$(tput...

> I have a similar issue where only first word in command is highlighted, the rest is not. @DimiM99 - What you're seeing is the default behavior. [From the docs:](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md)...

Subcommands are kinda tricky. How do you know whether something is a subcommand or simply a positional argument without coding in all the subcommands or calling out to the command?...