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 6a88e01
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

0 comments on commit 6a88e01

Please sign in to comment.