From 9f689aa470b66580408e628688974718bb517e1f Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Fri, 9 Jul 2021 14:37:20 +0000 Subject: [PATCH] feat: Add additional alias for cd .. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index dc22154..c1ae479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ -- GitLab