equationzhao
equationzhao
> I had the same issue. Moving the calc plugin to be loaded last fixed it That works 👍
Do you mean underline or split line? Underline Split line **(I think this is better)**
现在突然好了,不知道什么情况...
这里第二个 `水` 是一个新的变量覆盖之前的变量是吗, 相当于只是 `let` 不是 `const` ? ```rust // const 水 = "剧毒的"; let 水 = "剧毒的"; let mut 水 = "无害的"; println!("{水}"); ```
Thanks for your advice! `winget` is a great package manager too. I'll try but can't guarantee how soon it can be done, since I rarely use Windows now.
and if you're looking for similar alternatives, the [eza](https://github.com/eza-community/eza) is available via `winget` ``` winget install eza-community.eza ```
zsh completion is done in #161