diff --git a/.config/zsh/autoload/git/git-https-and-ssh b/.config/zsh/autoload/git/git-https-and-ssh index b3a2906..ee22b23 100755 --- a/.config/zsh/autoload/git/git-https-and-ssh +++ b/.config/zsh/autoload/git/git-https-and-ssh @@ -18,3 +18,5 @@ else $GIT remote set-url "$remote" "$https_url" $GIT remote set-url --push "$remote" "$url" fi + +$GIT remote -v | grep "^$remote"