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
thanks for your feedback! you can try running the command with a backslash in front, like this: ```bash \g [arguments] ``` This tells the shell to bypass the alias expansion,...
Hey, it's probably because another command is using the `g` command as an alias. Here are a few quick checks (generated by AI): 1. **Check what `g` is:** Run the...