Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions pages.nl/common/omz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# omz

> Oh My Zsh command-line hulpprogramma.
> Meer informatie: <https://github.com/ohmyzsh/ohmyzsh>.

- Update Oh My Zsh:

`omz update`

- Toon de wijzigingen van de laatste update van Oh My Zsh:

`omz changelog`

- Herstart de huidige Zsh-sessie en Oh My Zsh:

`omz reload`

- Toon alle beschikbare plugins:

`omz plugin list`

- Toon alle geactiveerde plugins:

`omz plugin list --enabled`

- Schakel een Oh My Zsh-plugin in/uit:

`omz plugin {{enable|disable}} {{plugin}}`

- Toon alle beschikbare thema's:

`omz theme list`

- Stel een Oh My Zsh-thema in in `~/.zshrc`:

`omz theme set {{thema}}`