@@ -7,7 +7,6 @@ and functionality.
7
7
## Table of Contents
8
8
9
9
- [ ` geometry_docker_machine ` ] ( #geometry_docker_machine )
10
- - [ ` geometry_exec_time ` ] ( #geometry_exec_time )
11
10
- [ ` geometry_git ` ] ( #geometry_git )
12
11
- [ ` geometry_git_stashes() ` ] ( #geometry_git_stashes )
13
12
- [ ` geometry_git_time() ` ] ( #geometry_git_time )
@@ -21,6 +20,7 @@ and functionality.
21
20
- [ ` geometry_hg ` ] ( #geometry_hg )
22
21
- [ ` geometry_hostname ` ] ( #geometry_hostname )
23
22
- [ ` geometry_jobs ` ] ( #geometry_jobs )
23
+ - [ ` geometry_jj ` ] ( #geometry_jj )
24
24
- [ ` geometry_kube ` ] ( #geometry_kube )
25
25
- [ ` geometry_node ` ] ( #geometry_node )
26
26
- [ ` geometry_npm_package_version ` ] ( #geometry_npm_package_version )
@@ -40,14 +40,6 @@ Show the docker machine name.
40
40
| ` GEOMETRY_DOCKER_MACHINE_SYMBOL ` | Indicator | ` ⚓ ` |
41
41
| ` GEOMETRY_DOCKER_MACHINE_COLOR ` | Color of the machine name | ` blue ` |
42
42
43
- ## ` geometry_exec_time `
44
-
45
- Show the elapsed time for long running commands.
46
-
47
- | Variable | Description | Default |
48
- | ----------------------------- | -------------------------------------------- | -------- |
49
- | ` GEOMETRY_EXEC_TIME_PATIENCE ` | Seconds before the time is shown | ` 5 ` |
50
-
51
43
## ` geometry_git `
52
44
53
45
Show git related information, such as branch name, status and time since last commit.
@@ -136,6 +128,15 @@ Shows user and hostname information, by default in the `enter` prompt.
136
128
| ` GEOMETRY_HOSTNAME_HIDE_ON ` | Hide the username and hostname when the hostname matches | ` localhost ` |
137
129
| ` GEOMETRY_HOSTNAME_SEPARATOR ` | Separator between user and hostname | ` @ ` |
138
130
131
+ ## ` geometry_jj `
132
+
133
+ Show jujutsu change_id + commit_id
134
+
135
+ | Variable | Description | Default |
136
+ | ----------------------------- | ------------------------| ------------------------------------------------------------------------------ |
137
+ | ` GEOMETRY_JJ_TEMPLATE ` | jj template to display | ` "%F{5}" ++ change_id.shortest() ++ "%F{4}" ++ commit_id.shortest() ++ "%f% " ` |
138
+
139
+
139
140
## ` geometry_jobs `
140
141
141
142
Shows background jobs, by default in the ` enter ` prompt.
0 commit comments