We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889d33b commit d738cceCopy full SHA for d738cce
share/g/functions.sh
@@ -5,5 +5,5 @@ remote_url=$(git config --get remote.origin.url)
5
github_repo=$(echo $remote_url | sed 's/^.*github.*[\/|:]\(.*\/.*\)\.git.*/\1/')
6
7
function open_github {
8
- fs-open "https://github.com/$github_repo/$1"
+ g-open "https://github.com/$github_repo/$1"
9
}
0 commit comments