๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add underline to jj "working_copy change_id"

kacaii 546fbc0a 06dffe63

+1
+1
.config/jj/config.toml
··· 97 97 prefix = { bold = true, fg = "magenta" } 98 98 rest = { bold = false, fg = "bright black" } 99 99 working_copy = { bold = true } 100 + "working_copy change_id" = { underline = true } 100 101 "working_copy author" = { fg = "white", underline = true } 101 102 "working_copy commit_id" = { fg = "red", underline = true } 102 103 "working_copy timestamp" = { fg = "blue", underline = true }