diff --git a/git-open b/git-open index 1397a00..806a80e 100755 --- a/git-open +++ b/git-open @@ -62,7 +62,7 @@ if grep -q gist.github <<<"$giturl"; then # GitHub elif grep -q github <<<"$giturl"; then giturl=${giturl/git\@github\.com\:/https://github.com/} - + # handle urls with the git user giturl=${giturl/#github\.com\:/https://github.com/}