Justin Su
Justin Su
According to https://github.com/gwsw/less/blob/v661/less.nro.VER#L2015-L2017, the code point ranges can also be single code points. It's probably clearer to do that for `2665`, `2b58`, and `e0ca`, which results in: ``` LESSUTFCHARDEF=23fb-23fe:w,2665:w,2b58:w,e000-e00a:w,e0a0-e0a3:p,e0b0-e0bf:p,e0c0-e0c8:w,e0ca:w,e0cc-e0d7:w,e200-e2a9:w,e300-e3e3:w,e5fa-e6b5:w,e700-e7c5:w,ea60-ec1e:w,ed00-efce:w,f000-f2ff:w,f300-f375:w,f400-f533:w,f0001-f1af0:w ```
I also ran into this. If you're using starship, `starship init fish | source` might be in an `if status is-interactive` check. Moving it outside should fix it. @LRNZ09 I...
> I think there might be a mix-up. I’m not using Starship or other themes for my Fish shell. > > I know that Starship offers additional prompt configuration options,...
I think https://www.reddit.com/r/fishshell/comments/vnal1x/comment/ie656h7/ is the explanation here? > fish-async-prompt starts a new fish process to do stuff. If you have defined your fish_right_prompt only when fish is interactive, that would...
I think this somehow messed up the README? [`themes/`](https://github.com/catppuccin/starship/blob/main/themes) in the [Usage section](https://github.com/catppuccin/starship/blob/main/README.md#usage) is a 404.
> @domsleee your suggestion works for me in Fish shell. @AnkushMalaker if it's not working for you, make sure that your function is not autoloaded (e.g. functions defined in `~/.config/fish/functions`):...
https://github.com/Homebrew/homebrew-cask-fonts was deprecated and `font-monaspace` was migrated to `homebrew/cask`. You can install using `brew install --cask font-monaspace`.
Icons were added in https://github.com/zed-industries/extensions/pull/2000! This can probably be closed now?
This is somewhat resolved by https://github.com/zed-industries/zed/pull/34896, but only if you set `disable_ai`, which is very all-or-nothing. To solve this completely, maybe the setting could be made more granular (e.g. only...
> isn't copilot is configured by following snippet? This is a workaround, but still > > ``` > "features": { > "copilot": false > }, > ``` > > I...