zsh/README.md

14 lines
193 B
Markdown
Raw Normal View History

2023-10-05 11:07:22 +02:00
<!--
SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-License-Identifier: GPL-3.0-or-later
-->
# zsh
## init of pre-commit hooks
```shell
2024-05-05 12:58:43 +02:00
pre-commit install -t commit-msg -t pre-commit
2023-10-05 11:07:22 +02:00
```