From c19218caac0dde6a67faf5779ac1b8839d97e1e9 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 6 Mar 2017 15:56:13 +0100 Subject: [PATCH] add PS1 to zshrc --- Dockerfile | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 zshrc diff --git a/Dockerfile b/Dockerfile index 3f25f87..f65fc32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM alpine RUN apk add --no-cache git vim zsh +ADD zshrc /root/.zshrc diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..a852ff8 --- /dev/null +++ b/zshrc @@ -0,0 +1 @@ +export PS1="%d$ "