From 387833ab9a68fdec8ed9dc332850a745646ca9b2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 3 Apr 2025 16:30:18 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-03 16:30:17 --- .config/btop/btop.conf | 2 +- .config/helix/scripts/get_git_provider_url.fish | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 44d88716..3127dcf9 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -63,7 +63,7 @@ proc_sorting = "memory" proc_reversed = False #* Show processes as a tree. -proc_tree = False +proc_tree = True #* Use the cpu graph colors in the process list. proc_colors = True diff --git a/.config/helix/scripts/get_git_provider_url.fish b/.config/helix/scripts/get_git_provider_url.fish index 80a956d3..3190c04a 100755 --- a/.config/helix/scripts/get_git_provider_url.fish +++ b/.config/helix/scripts/get_git_provider_url.fish @@ -52,6 +52,12 @@ if [ (count $argv) -ne 2 ] return 1 end -set -l output (get_git_provider_url $argv[1] $argv[2]) -echo $output -wl-copy $output +# get_git_provider_url $argv[1] $argv[2] + +# set -l output (get_git_provider_url $argv[1] $argv[2]) +get_git_provider_url $argv[1] $argv[2] | tee /dev/stderr | wl-copy + +# echo $output +# echo $output | wl-copy +# echo $output +# wl-copy $output