diff --git a/.config/helix/scripts/get_git_provider_url.fish b/.config/helix/scripts/get_git_provider_url.fish index d933b90c..1bb2e000 100755 --- a/.config/helix/scripts/get_git_provider_url.fish +++ b/.config/helix/scripts/get_git_provider_url.fish @@ -43,4 +43,6 @@ if [ (count $argv) -ne 2 ] return 1 end -get_git_provider_url $argv[1] $argv[2] +set -l output (get_git_provider_url $argv[1] $argv[2]) +echo $output +wl-copy $output