We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0349eb1 commit d80da96Copy full SHA for d80da96
Dockerfile
@@ -82,5 +82,8 @@ RUN git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTO
82
COPY zshrc .zshrc
83
COPY motd motd
84
85
+# Fix permissions for OpenShift
86
+RUN chmod -R g=u /root
87
+
88
# Running ZSH
89
CMD ["zsh"]
zshrc
@@ -10,6 +10,8 @@ export ZSH=$HOME/.oh-my-zsh
10
#export TERM="xterm-256color"
11
ZSH_THEME="powerlevel10k/powerlevel10k"
12
13
+ZSH_DISABLE_COMPFIX="true"
14
15
# Set list of themes to load
16
# Setting this variable when ZSH_THEME=random
17
# cause zsh load theme from this variable instead of
0 commit comments