From 26ab69834f557b613785db3637b7c199ce3a9b31 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Fri, 12 Jan 2024 10:44:25 +0100 Subject: [PATCH] bashrc cleaning --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ecaac4e..713012d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,8 +75,6 @@ RUN nvim --headless +TSUpdateSync \ +qa; \ chown -R root:root /root/.local/share/nvim/mason/packages/sqlls/node_modules/sql-language-server/ -RUN echo $'[ -f /usr/share/fzf/key-bindings.bash ] && source /usr/share/fzf/key-bindings.bash \n\ -[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash \n\ -[ -f /usr/share/fzf/completion.bash ] && source /usr/share/fzf/completion.bash' >> /root/.bashrc +RUN echo '[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc ENTRYPOINT [ "/usr/bin/nvim" ]