mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(devcontainer): remove empty config flag
This commit is contained in:
parent
99c933a6a4
commit
cff836395e
|
@ -64,10 +64,10 @@ RUN chmod 777 -R /home/${USERNAME}/.config
|
||||||
|
|
||||||
# Override vscode's own Bash prompt with oh-my-posh:
|
# Override vscode's own Bash prompt with oh-my-posh:
|
||||||
RUN sed -i 's/^__bash_prompt$/#&/' /home/${USERNAME}/.bashrc && \
|
RUN sed -i 's/^__bash_prompt$/#&/' /home/${USERNAME}/.bashrc && \
|
||||||
echo "eval \"\$(oh-my-posh init bash --config $POSH_THEME)\"" >> /home/${USERNAME}/.bashrc
|
echo "eval \"\$(oh-my-posh init bash)\"" >> /home/${USERNAME}/.bashrc
|
||||||
|
|
||||||
# Override vscode's own ZSH prompt with oh-my-posh:
|
# Override vscode's own ZSH prompt with oh-my-posh:
|
||||||
RUN echo "eval \"\$(oh-my-posh init zsh --config $POSH_THEME)\"" >> /home/${USERNAME}/.zshrc
|
RUN echo "eval \"\$(oh-my-posh init zsh)\"" >> /home/${USERNAME}/.zshrc
|
||||||
|
|
||||||
# Set container timezone:
|
# Set container timezone:
|
||||||
ARG TZ="UTC"
|
ARG TZ="UTC"
|
||||||
|
|
Loading…
Reference in a new issue