Skip to content

Commit d80da96

Browse files
committed
fix permissions for openshift
1 parent 0349eb1 commit d80da96

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@ RUN git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTO
8282
COPY zshrc .zshrc
8383
COPY motd motd
8484

85+
# Fix permissions for OpenShift
86+
RUN chmod -R g=u /root
87+
8588
# Running ZSH
8689
CMD ["zsh"]

zshrc

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export ZSH=$HOME/.oh-my-zsh
1010
#export TERM="xterm-256color"
1111
ZSH_THEME="powerlevel10k/powerlevel10k"
1212

13+
ZSH_DISABLE_COMPFIX="true"
14+
1315
# Set list of themes to load
1416
# Setting this variable when ZSH_THEME=random
1517
# cause zsh load theme from this variable instead of

0 commit comments

Comments
 (0)