Cleaning up forgotten rename
1 files changed, 1 insertions(+), 1 deletions(-) M .profile
M .profile +1 -1
@@ 7,7 7,7 @@ bitb() { gitb() { local P="$(git remote -v | grep 'git.code.netlandish.com'| head -n1)" local URL="$(echo $P | awk '{print $2}' | cut -d@ -f2 | sed -e's|.*\(git.code.netlandish.com\):\(.*\)|https://\1/\2|')" - [[ -n $URL ]] && xdg-open $URL || echo "No hg.code.netlandish.com path found!" + [[ -n $URL ]] && xdg-open $URL || echo "No git.code.netlandish.com path found!" } # Default for FB script if not present