Add cursor-agent to your PATH

getting started

// what it does

The installer places its symlinks in ~/.local/bin. If that directory is not on your PATH the shell cannot find cursor-agent. Append the export to your shell rc file and reload it; fish users run fish_add_path instead.

// shell

$ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc

// gotcha

Editing ~/.zshrc does not affect shells that are already open — run source ~/.zshrc or start a new terminal, otherwise the command stays "not found".

// resources