Skip to content

Commit

Permalink
fix permissions for openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
webner committed Apr 12, 2021
1 parent 0349eb1 commit d80da96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@ RUN git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTO
COPY zshrc .zshrc
COPY motd motd

# Fix permissions for OpenShift
RUN chmod -R g=u /root

# Running ZSH
CMD ["zsh"]
2 changes: 2 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export ZSH=$HOME/.oh-my-zsh
#export TERM="xterm-256color"
ZSH_THEME="powerlevel10k/powerlevel10k"

ZSH_DISABLE_COMPFIX="true"

# Set list of themes to load
# Setting this variable when ZSH_THEME=random
# cause zsh load theme from this variable instead of
Expand Down

0 comments on commit d80da96

Please sign in to comment.