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