Skip to content

Commit

Permalink
add ngiab version to bash prompt (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu authored Dec 6, 2024
1 parent 21d2003 commit 170f528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,6 @@ ENV PATH="/ngen/.venv/bin:${PATH}"
COPY --from=troute_build /tmp/troute_url /ngen/troute_url
COPY --from=ngen_build /tmp/ngen_url /ngen/ngen_url

RUN echo "export PS1='\u\[\033[01;32m\]@ngiab_dev\[\033[00m\]:\[\033[01;35m\]\W\[\033[00m\]\$ '" >> ~/.bashrc

ENTRYPOINT ["./HelloNGEN.sh"]

0 comments on commit 170f528

Please sign in to comment.