zsh/README.md

14 lines
195 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
$ pre-commit install -t commit-msg -t pre-commit
```