mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
16 lines
338 B
Markdown
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.
|