Closed spanky-medal closed 3 years ago
Hi Tom,
This should be fixed in chtf
v2.1.1 with Yleisradio/chtf#8.
brew upgrade [chtf]
should do the trick.
Thanks for your thanks! 😃
Ah, thanks. I had upgraded but not re-sourced my .zshrc so it was still symlinked somehow:
$ chtf --version
chtf: 1.4.0
$ brew upgrade chtf
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/core, homebrew/cask and homebrew/cask-fonts).
==> Updated Formulae
Updated 87 formulae.
==> New Casks
operator silicon
==> Updated Casks
Updated 42 casks.
Warning: yleisradio/terraforms/chtf 2.1.1 already installed
$ source ~/.oh-my-zsh/custom/spanky.zsh
$ chtf --version
chtf: 2.1.1
Ah yeah, good point. Bash/zsh version has to be loaded again, as the functions are stored in the shell session. (The fish version uses the shell's auto loading since v2.1.0)
https://github.com/Homebrew/discussions/discussions/340
Thanks for all your effort into this project, I love it!