summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-07-21 06:15:08 +0200
committerMartin Fischer <martin@push-f.com>2025-07-21 06:39:51 +0200
commit01a80a6c2e5ad4fcee50de5da50d97a9fd34518d (patch)
tree19683bb61b9ea34d2d807e99255a11b452711127 /user
parentdeadb9491705c32b6a82530b9334aa67d1904aac (diff)
feat(workstation): add jujutsuHEADmaster
Diffstat (limited to 'user')
-rw-r--r--user/jj/config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/jj/config.toml b/user/jj/config.toml
new file mode 100644
index 0000000..72e8c4e
--- /dev/null
+++ b/user/jj/config.toml
@@ -0,0 +1,8 @@
+"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
+
+[user]
+name = "Martin Fischer"
+email = "martin@push-f.com"
+
+[ui]
+pager = ["less", "--quit-if-one-screen", "--RAW-CONTROL-CHARS"]