Skip to content

Commit

Permalink
Update codespace.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan authored Sep 17, 2023
1 parent d97b841 commit 40ebfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile.d/codespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit 40ebfbf

@Sania33
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hii im not able to open my codespace it is showing redesigned potato or smething

@rongxin-liu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hii im not able to open my codespace it is showing redesigned potato or smething

Please email sysadmins@cs50.harvard.edu with a screenshot of the issue. Thank you!

Please sign in to comment.