mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
omz: add German translation (#11151)
* feat: add german translation * Update pages.de/common/omz.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update pages.de/common/omz.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update pages.de/common/omz.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update pages.de/common/omz.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update pages.de/common/omz.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
412cd9f86b
commit
d6518d26fe
1 changed files with 32 additions and 0 deletions
32
pages.de/common/omz.md
Normal file
32
pages.de/common/omz.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# omz
|
||||
|
||||
> Oh My Zsh Kommandozeilenwerkzeug.
|
||||
> Weitere Informationen: <https://github.com/ohmyzsh/ohmyzsh>.
|
||||
|
||||
- Aktualisiere Oh My Zsh:
|
||||
|
||||
`omz update`
|
||||
|
||||
- Zeige die Änderungen im neuesten Update von Oh My Zsh an:
|
||||
|
||||
`omz changelog`
|
||||
|
||||
- Starte die aktuelle zsh-Sitzung und Oh My Zsh neu:
|
||||
|
||||
`omz reload`
|
||||
|
||||
- Zeige eine Liste aller verfügbaren Plugins an:
|
||||
|
||||
`omz plugin list`
|
||||
|
||||
- Aktiviere/Deaktiviere ein Oh My Zsh-Plugin:
|
||||
|
||||
`omz plugin {{enable|disable}} {{plugin}}`
|
||||
|
||||
- Zeige eine Liste aller verfügbaren Themen an:
|
||||
|
||||
`omz theme list`
|
||||
|
||||
- Wähle ein Oh My Zsh-Thema als Standardthema:
|
||||
|
||||
`omz theme set {{theme}}`
|
Loading…
Add table
Reference in a new issue