mirror of
https://github.com/mickael-menu/zk
synced 2024-11-15 12:12:56 +00:00
11 lines
170 B
TOML
11 lines
170 B
TOML
[note]
|
|
template = "default.md"
|
|
|
|
[tool]
|
|
editor = "vim"
|
|
|
|
[alias]
|
|
neuron = 'neuron gen $@'
|
|
wc = "zk list --format '{{word-count}}\t{{title}}' --sort word-count -x log $@"
|
|
|