diff --git a/config/git/config b/config/git/config index 7300106..16bbf70 100644 --- a/config/git/config +++ b/config/git/config @@ -4,7 +4,7 @@ [core] editor = nvim - pager = delta + pager = delta [init] defaultBranch = main @@ -25,6 +25,3 @@ lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' lg = lg1 - -[maintenance] - repo = /home/zymon/r/test.git diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index 2601758..0258142 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -17,8 +17,8 @@ return { { key = 'v', mods = 'ALT', action = act.PasteFrom 'PrimarySelection' }, }, window_background_opacity = 0.7, - text_background_opacity = 0.3, - color_scheme = 'Tokyo Night', + text_background_opacity = 1.0, + color_scheme = 'tokyonight_night', hide_tab_bar_if_only_one_tab = true, font_size = 10.0, warn_about_missing_glyphs = false,