add PS1 to zshrc
This commit is contained in:
parent
89544a42ab
commit
c19218caac
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache git vim zsh
|
||||
ADD zshrc /root/.zshrc
|
||||
|
|
1
zshrc
Normal file
1
zshrc
Normal file
|
@ -0,0 +1 @@
|
|||
export PS1="%d$ "
|
Loading…
Reference in a new issue