Branch Vincent

Results 10 comments of Branch Vincent

for visibility, see https://github.com/fish-shell/fish-shell/issues/7602 (and the linked PR which addresses it)

I also really wanted this feature, so I made a hacky attempt to get close. I chose my trigger to just be the user inserting a space: ```fish function _tide_show_on_command...

I packaged up my above idea [here](https://github.com/branchvincent/tide-show-on-cmd): ``` fisher install branchvincent/tide-show-on-cmd ``` Feel free to try it out! @IlanCosman also curious how you feel about it and if you think...

thanks again @danieleades!

Cargo is now ```ruby resource "cargo" do url "https://github.com/rust-lang/cargo.git", tag: "0.65.0", revision: "387270bc7f446d17869c7f208207c73231d6a252" end ```

with https://github.com/Homebrew/homebrew-core/pull/80156, `brew install pipx` now installs `bash` and `fish` completions. `zsh` was excluded because it requires users to manually add `autoload -U bashcompinit && bashcompinit` to `.zshrc`

This would be great to have! That way other tools (like terminal prompts) can check the status without calling `direnv`

Is there anything I can do to help push this forward?

This is actually unrelated to 3.12, but `osx-cpu-temp` can log errors prior to the temperature like https://github.com/lavoiesl/osx-cpu-temp/blob/1.1.0/smc.c#L71 which then `bpytop` fails to parse as a float