# HG changeset patch # User Peter Sanchez # Date 1706141829 21600 # Wed Jan 24 18:17:09 2024 -0600 # Node ID 47c53275a4da131a537f96af453e064ceca77a81 # Parent 6d15cbcac0bdfa1e85a588aaa1d354bd305568c5 Cleaning up forgotten rename diff --git a/.profile b/.profile --- a/.profile +++ b/.profile @@ -7,7 +7,7 @@ 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