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

Configure Feed

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

add jj all

Kacaii 81b81643 b55481e8

+11 -13
+11 -13
.config/jj/config.toml
··· 11 11 write-change-id-header = true 12 12 13 13 [aliases] 14 - s = ["stack"] 15 - stack = ["log", "-r", "stack()"] 14 + all = ["log", "-r", "::@"] 15 + fetch = ["git", "fetch"] 16 16 mm = ["bookmark", "move", "main", "--to", "@-"] 17 17 push = ["git", "push"] 18 - fetch = ["git", "fetch"] 18 + s = ["stack"] 19 + stack = ["log", "-r", "stack()"] 19 20 20 21 [revset-aliases] 21 22 "stack()" = "ancestors(mutable() & (..@ | @::), 2)" ··· 23 24 "stack(x, n)" = "ancestors(mutable() & (..x | x::), n)" 24 25 25 26 [ui] 26 - editor = "nvim" 27 27 default-command = "log" 28 28 diff-formatter = ["difft", "--color=always", "$left", "$right"] 29 29 diff-tool = "difft" 30 + editor = "nvim" 30 31 31 32 [merge-tools.difft] 32 33 diff-args = ["--color=always", "--color=always", "$left", "$right"] 33 34 34 35 35 36 [colors] 36 - "commit_id" = { fg = "yellow" } 37 - "change_id" = { italic = true } 38 - "timestamp" = "blue" 39 37 "author" = "white" 40 38 "bookmarks" = "red" 41 - 39 + "change_id" = { italic = true } 40 + "commit_id" = { fg = "yellow" } 42 41 "diff token" = { underline = false } 42 + "node immutable" = { fg = "white", bold = true } 43 + "timestamp" = "blue" 43 44 44 - "working_copy" = { bold = true } 45 45 "working_copy author" = { fg = "bright white", underline = true } 46 - "working_copy timestamp" = "bright blue" 47 - 48 46 "working_copy commit_id prefix" = { fg = "red", underline = true } 49 47 "working_copy commit_id" = { fg = "red", underline = true } 50 - 51 - "node immutable" = { fg = "white", bold = true } 48 + "working_copy timestamp" = "bright blue" 49 + "working_copy" = { bold = true }