Skip to content

Commit

Permalink
📝 add z plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 9, 2020
1 parent e3eeafc commit 02d61ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ export ZSH_AUTOUPDATE_IGNORE_PKENV=true
export ZSH_AUTOUPDATE_IGNORE_EXA=true
```


* Disable `z` auto-update from [zsh-z](https://github.com/ptavares/zsh-z) plugin

```shell script
export ZSH_AUTOUPDATE_IGNORE_Z=true
```

### Silent Mode

To turn off `auto-update-plugins` message, add this variable in your `${HOME}/.zshrc`
Expand Down

0 comments on commit 02d61ef

Please sign in to comment.