mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-08 22:44:27 +01:00
14 lines
283 B
TOML
14 lines
283 B
TOML
colors = "always"
|
|
pager = "always"
|
|
unrecorded_changes = 1
|
|
|
|
[author]
|
|
name = "sebaschi"
|
|
full_name = "Sebastian Lenzlinger"
|
|
email = "eswer@eswo.ch"
|
|
key_path = "/home/seb/.ssh/id_ed25519.pub"
|
|
|
|
[ignore_kinds]
|
|
rust = ["target", "*.perf"]
|
|
python = [ "dist", "build", "eggs", "__pycache__"]
|