From 4f092789c852ff810d9c25a32f5713e3c4d8b134 Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Thu, 4 Jul 2024 20:41:33 -0400 Subject: [PATCH] Update codespace.sh --- etc/profile.d/codespace.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/profile.d/codespace.sh b/etc/profile.d/codespace.sh index e8b1a684..2e767fad 100644 --- a/etc/profile.d/codespace.sh +++ b/etc/profile.d/codespace.sh @@ -82,9 +82,4 @@ if [ "$(whoami)" != "root" ]; then http-server() { command http-server "$@" | _hostname | _version | uniq } - - # Rewrite URL in stdout - rstudio() { - command rstudio | _hostname - } fi