Reflex command not found
Reflex command not found (zsh: command not found: reflex)
open your terminal and run
ls $HOME/go/bin/reflexto check if reflex is installedif it is installed run
open ~/.zprofileor~/.zshrcto open your shell configurationyour shell config may have different name
add these lines to your config
# go path
export PATH="$PATH:$HOME/go/bin"
Last modified: 13 December 2024