diff options
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 5 | 
1 files changed, 4 insertions, 1 deletions
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  |