Skip to content

Commit 131c7f2

Browse files
committed
alias
1 parent 2fa2d7f commit 131c7f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ RUN echo 'first_workspace=\"$(cd /workspaces && ls | head -1)\"; alias serve="do
3636
RUN echo 'first_workspace=\"$(cd /workspaces && ls | head -1)\"; alias snippets="dotnet test /workspaces/$first_workspace/docs/snippets/Snippets.sln"' >> ~/.bashrc
3737

3838
# We load the latest NUnit apidocs at start in case they're needed later
39-
RUN echo 'bash /get-nunit-apidocs.sh' >> ~/.bashrc
39+
RUN echo 'alias apidocs="bash /get-nunit-apidocs.sh"' >> ~/.bashrc
40+
RUN echo 'apidocs' >> ~/.bashrc

0 commit comments

Comments
 (0)