diff --git a/etc/profile.d/codespace.sh b/etc/profile.d/codespace.sh index b3bc0413a..2194348da 100644 --- a/etc/profile.d/codespace.sh +++ b/etc/profile.d/codespace.sh @@ -32,7 +32,7 @@ if [ "$(whoami)" != "root" ]; then alias bfg="java -jar /opt/share/bfg-1.14.0.jar" # Configure cd to default to workspace - alias cd="HOME=\"$CODESPACE_VSCODE_FOLDER\" cd" + alias cd="HOME=\"/workspaces/$RepositoryName\" cd" # Rewrite URL in stderr # https://stackoverflow.com/a/52575087/5156190