Skip to content

Commit 921c2d6

Browse files
committed
restore PROMPT_COMMAND
1 parent 6774889 commit 921c2d6

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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/robbyrussel/dst/' /root/.zshrc
1519

1620
touch /one-time
1721
fi

0 commit comments

Comments
 (0)