Skip to content

Commit af440e4

Browse files
committed
feature: docker: io: ghci: add
1 parent cc3bd50 commit af440e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN echo "> remove user" && \
6161
echo "> configure bash" && \
6262
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
6363
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
64+
echo "alias ghci='ghc --interactive'" >> /etc/bash.bashrc && \
6465
echo "alias bat='batcat'" >> /etc/bash.bashrc && \
6566
echo ". /usr/local/src/nvm/nvm.sh" >> /etc/bash.bashrc && \
6667
echo 'PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "' >> /etc/bash.bashrc && \

0 commit comments

Comments
 (0)