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 921c2d6 commit dec6f20Copy full SHA for dec6f20
.devcontainer/features/bash-config/config/bashrc
@@ -13,9 +13,9 @@ 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/robbyrussel/dst/' /root/.zshrc
+ # apt-get update; apt-get install -y zsh
+ # echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
+ # sed -i 's/^ZSH_THEME.*/ZSH_THEME\=dst/' ~/.zshrc
19
20
touch /one-time
21
fi
0 commit comments