My dotfiles

jj: tweak aliases

bitquabit.com de798f48 01404608

verified
+1 -1
+1 -1
jj/conf.d/default.toml
··· 23 23 nt = ["new", "trunk()"] 24 24 rb = ["rebase", "-d", "trunk()"] 25 25 rba = ["rebase", "-s", "roots(trunk()..(bookmarks() & mine()))", "-d", "trunk()"] 26 + sp = ["show", "@-"] 26 27 tug = ["bookmark", "move", "--from", "closest_bookmark(@-)", "--to", "@-"] 27 - out = ["log", "-r", "trunk().."] 28 28 wn = ["log", "-r", "@..trunk()"] 29 29 30 30 [colors]