add PS1 to zshrc

This commit is contained in:
chris 2017-03-06 15:56:13 +01:00
parent 89544a42ab
commit c19218caac
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
FROM alpine
RUN apk add --no-cache git vim zsh
ADD zshrc /root/.zshrc

1
zshrc Normal file
View File

@ -0,0 +1 @@
export PS1="%d$ "