From 0bf5610d752bae8a59b8afa6284590c872201337 Mon Sep 17 00:00:00 2001 From: Daizu Date: Tue, 21 Jan 2025 23:12:49 +0000 Subject: [PATCH] Update devcontainer --- .devcontainer/postCreate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/postCreate.sh b/.devcontainer/postCreate.sh index 492a362c..ecb04652 100755 --- a/.devcontainer/postCreate.sh +++ b/.devcontainer/postCreate.sh @@ -1,7 +1,6 @@ #!/bin/bash echo 'eval "$(starship init bash)"' >> ~/.bashrc -echo "alias ll='ls -alF'" >> ~/.bashrc mkdir -p ~/.config cp .devcontainer/starship.toml ~/.config