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 authored Sep 21, 2024
1 parent 00f36e5 commit 4153bce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .devcontainer/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4153bce

Please sign in to comment.