# Add a command to path - zsh

10/10 install [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)

add

```bash
export PATH=~/path/to/thing:$PATH
```

to the end of ./zshrc

Logout and back in to update or

```bash
. ~/.zshrc
```
