From 4153bcec23575419228774c2afbe46bb842dc419 Mon Sep 17 00:00:00 2001 From: Yuchan Lee Date: Sat, 21 Sep 2024 22:26:29 +0900 Subject: [PATCH] chore(devcontainer): Update `onCreateCommand.sh` Signed-off-by: Yuchan Lee --- .devcontainer/onCreateCommand.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.devcontainer/onCreateCommand.sh b/.devcontainer/onCreateCommand.sh index a29c35e..9f29b5b 100755 --- a/.devcontainer/onCreateCommand.sh +++ b/.devcontainer/onCreateCommand.sh @@ -21,11 +21,3 @@ cargo binstall -y --log-level debug \ cargo-nextest \ cargo-udeps \ cargo-watch - -echo " -if [ -f /etc/bash_completion ]; then - . /etc/bash_completion -fi - -source <(op completion bash) -" >>~/.bashrc