mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
jj: add alias for smaller log and use by default
This commit is contained in:
parent
37746b1e6b
commit
c578c652d3
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ name = "Olexandr Smirnov"
|
|||
email = "olexsmir@gmail.com"
|
||||
|
||||
[ui]
|
||||
default-command = "log"
|
||||
default-command = "l"
|
||||
editor = "nvim"
|
||||
pager = "delta"
|
||||
diff-formatter = ":git"
|
||||
|
|
@ -16,5 +16,6 @@ sign-on-push = true
|
|||
auto-local-bookmark = true
|
||||
|
||||
[aliases]
|
||||
l = ["log", "-n10"]
|
||||
n = ["new"]
|
||||
bc = ["bookmark", "create"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue