From 76c95b3603e7a873fcc2a4d15303ef30d12a9f67 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 18 Jun 2024 23:09:45 +0500 Subject: [git] Updates --- .gitignore | 2 +- files/.config/lazygit/config.yml | 4 ++++ files/.gitconfig | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d2eaa22..f05ecef 100755 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ /files/.vim/bundle /files/.vim/plugged/ /files/.zsh/cache -/files/.tmux/plugins/ +/files/.config/tmux/plugins/ /files/.reminders/* !/files/.reminders/defaults.rem 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 -- cgit v1.2.3