Skip to content
Snippets Groups Projects
Commit 9f689aa4 authored by Griefed's avatar Griefed :joystick:
Browse files

feat: Add additional alias for cd ..

parent d94b9f73
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,8 @@ RUN \
>> /etc/bash.bashrc && \
echo 'alias ..="cd .."' \
>> /etc/bash.bashrc && \
echo 'alias cd..="cd .."' \
>> /etc/bash.bashrc && \
echo "**** Cleanup ****" && \
apt-get autoremove -y && \
apt-get autoclean -y && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment