aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/.config/lazygit/config.yml4
-rw-r--r--files/.gitconfig1
2 files changed, 5 insertions, 0 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml
index 3a3b0c5..cd1d122 100644
--- a/files/.config/lazygit/config.yml
+++ b/files/.config/lazygit/config.yml
@@ -1,11 +1,15 @@
---
gui:
+ scrollHeight: 4
nerdFontsVersion: "3"
theme:
lightTheme: true
branchColors:
'develop': '#ff2222'
animateExplosion: false
+ spinner:
+ frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏']
+ rate: 100
git:
paging:
colorArg: always
diff --git a/files/.gitconfig b/files/.gitconfig
index 636e5d3..8ac9a69 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -90,6 +90,7 @@
ri = rebase --interactive
rc = rebase --continue
ra = rebase --abort
+ rx = rebase --exec
prebase = rebase -x 'pre-commit run --from-ref HEAD~ --to-ref HEAD'
# Gitlab merge requests helpers