From 1e14fda48c5705a7aea89742cc535688cc602335 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 16 Mar 2025 15:30:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-16 15:30:06 --- .config/fish/fish_variables | 4 ++-- .config/helix/config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 57a39a34..d1a67c7d 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -2,7 +2,7 @@ # VERSION: 3.0 SETUVAR EDITOR:hx SETUVAR --export TERM:xterm\x2d256color -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3800 SETUVAR cac_ip:172\x2e30\x2e90\x2e10 SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr @@ -21,7 +21,7 @@ SETUVAR fish_color_operator:brcyan SETUVAR fish_color_param:cyan SETUVAR fish_color_quote:yellow SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold -SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9b0541e7..a93840a8 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -1,7 +1,6 @@ theme = "ashen" [editor] -shell = ["zsh", "-i", "-c"] line-number = "relative" undercurl = true # true-color = true @@ -138,6 +137,7 @@ C-u = ["page_cursor_half_up", "align_view_center"] b = ":sh git -C $(dirname $(realpath %{buffer_name})) blame -L %{cursor_line},%{cursor_line} $(realpath %{buffer_name})" # lazygit g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"] +# URL to current line o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line} | wl-copy" [keys.normal."["]