13 lines
195 B
Markdown
13 lines
195 B
Markdown
<!--
|
|
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
|
|
```
|