Files
oam/knowledge base/README.md
2022-05-15 00:24:53 +02:00

16 lines
338 B
Markdown

# Knwoledge base
This is the collection of all notes, reminders and whatnot I gathered during the years.
## Conventions
- Use `sh` as document language instead of `shell` when writing shell snippets in code blocks:
```diff
- ```shell
+ ```sh
#!/usr/bin/env zsh
```
The local renderer just displays them better like this.