Open sguillia opened 4 years ago
I install zsh-autosuggestions
by cloning the repo inside custom plugins folder using the command below.
git clone https://github.com/zsh-users/zsh-autosuggestions $HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions
So I can see the version by running the following command:
cat $HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions/VERSION
Output:
I'd like to know the version number of the zsh-autosuggestions package that is installed on my machine
I can't remember installing this manually, it must be via oh-my-zsh
locate zsh-autosuggestions
prints nothing even afterupdatedb
find ~/.oh-my-zsh | grep zsh-autosuggestions
prints nothingNot sure where this gets installed
Describe the solution you'd like
Either an advice on the installation location, or a command like
zsh-autosuggestions --version
Describe alternatives you've considered
n/a
Additional context
Sorry for the silly question