Skip to content

Commit dec6f20

Browse files
committed
restore PROMPT_COMMAND
1 parent 921c2d6 commit dec6f20

File tree

1 file changed

+3
-3
lines changed
  • .devcontainer/features/bash-config/config

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ if [ ! -f /one-time ]; then
1313

1414
# add your personal one time only (container creation) commands here
1515
# 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
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
1919

2020
touch /one-time
2121
fi

0 commit comments

Comments
 (0)