We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3bd50 commit af440e4Copy full SHA for af440e4
docker/Dockerfile.io
@@ -61,6 +61,7 @@ RUN echo "> remove user" && \
61
echo "> configure bash" && \
62
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
63
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
64
+ echo "alias ghci='ghc --interactive'" >> /etc/bash.bashrc && \
65
echo "alias bat='batcat'" >> /etc/bash.bashrc && \
66
echo ". /usr/local/src/nvm/nvm.sh" >> /etc/bash.bashrc && \
67
echo 'PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "' >> /etc/bash.bashrc && \
0 commit comments