> For the complete documentation index, see [llms.txt](https://wiki.robmurtagh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.robmurtagh.com/terminal/zsh.md).

# zsh

I use [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) as my primary shell.

## Turn on completions

Follow [these instructions](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh) to install command history tab complete.

## Turn off git branch prompts

```bash
git config --global oh-my-zsh.hide-status 1
```
