Skip to content

Commit 73803ac

Browse files
codespaces
1 parent 449b608 commit 73803ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.zshrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ dot_help
2222
dot_load_tools
2323
echo
2424

25+
# codespaces automatically takes you into that repo.
26+
# else, lets start in the root of our workspaces directory (the w alias)
27+
if [ -z "${CODESPACES}" ]; then
2528
w
29+
fi

0 commit comments

Comments
 (0)