Commit 0023598a authored by Peter Parente's avatar Peter Parente

Force color only exists in the /etc/skel/.bashrc

parent f081d9ef
...@@ -45,10 +45,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH \ ...@@ -45,10 +45,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH \
ADD fix-permissions /usr/local/bin/fix-permissions ADD fix-permissions /usr/local/bin/fix-permissions
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER # Enable prompt color in the skeleton .bashrc before creating the default NB_USER
# and in the default bash.bashrc for the case where the user home directory gets RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc
# overridden.
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc && \
sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/bash.bashrc
# Create NB_USER wtih name jovyan user with UID=1000 and in the 'users' group # Create NB_USER wtih name jovyan user with UID=1000 and in the 'users' group
# and make sure these dirs are writable by the `users` group. # and make sure these dirs are writable by the `users` group.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment