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.
1 parent 044a009 commit c78720cCopy full SHA for c78720c
.devcontainer/features/bash-config/config/bashrc
@@ -12,10 +12,6 @@ source $CONFIG_FOLDER/bash-config-rc
12
if [ ! -f /one-time ]; then
13
14
# add your personal one time only (container creation) commands here
15
- # e.g. to add zsh in:-
16
- # apt-get update; apt-get install -y zsh
17
- # echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
18
- # sed -i 's/^ZSH_THEME.*/ZSH_THEME\=dst/' ~/.zshrc
19
20
touch /one-time
21
fi
0 commit comments