Skip to content

Commit c78720c

Browse files
committed
remove non-working zsh suggestion
1 parent 044a009 commit c78720c

File tree

1 file changed

+0
-4
lines changed
  • .devcontainer/features/bash-config/config

1 file changed

+0
-4
lines changed

.devcontainer/features/bash-config/config/bashrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ source $CONFIG_FOLDER/bash-config-rc
1212
if [ ! -f /one-time ]; then
1313

1414
# 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
1915

2016
touch /one-time
2117
fi

0 commit comments

Comments
 (0)