From c731080a64880b9d54f3fd3544a1f16e6ee941c6 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 02:48:50 +0100 Subject: fix: create files that make life less painful --- Containerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4e88152..2d219c7 100644 --- a/Containerfile +++ b/Containerfile @@ -81,4 +81,7 @@ RUN (git clone https://git.estrogen.zone/zuwu.git/ /tmp/zuwu || git clone https: /usr/local/share/zsh/plugins/zuwu/setup.zsh && \ sudo -u git /usr/local/share/zsh/plugins/zuwu/setup.zsh && \ cd ~ && \ - rm -rf /tmp/zuwu + rm -rf /tmp/zuwu && \ + mkdir -p /root/.local/bin && \ + mkdir /root/.zsh_history && \ + touch /root/.zsh_history/default -- cgit v1.2.3