Skip to content

Commit

Permalink
chore(devcontainer): Update onCreateCommand.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchan Lee <lasuillard@gmail.com>
  • Loading branch information
lasuillard committed Sep 21, 2024
1 parent 46275c5 commit e5c6f8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .devcontainer/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@
curl -sL https://sentry.io/get-cli/ | sh

sudo apt-get update && sudo apt-get install -y bash-completion

echo '
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
' >> ~/.bashrc

0 comments on commit e5c6f8a

Please sign in to comment.