We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612255c + d80da96 commit 1d6dc22Copy full SHA for 1d6dc22
Dockerfile
@@ -86,5 +86,8 @@ RUN git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTO
86
COPY zshrc .zshrc
87
COPY motd motd
88
89
+# Fix permissions for OpenShift
90
+RUN chmod -R g=u /root
91
+
92
# Running ZSH
93
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