diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e3b6e632b497..4be00db8891a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,8 +8,7 @@ "features": { "ghcr.io/robbert229/devcontainer-features/postgresql-client:1": { "version": "15" - }, - "ghcr.io/devcontainers-contrib/features/fzf:1": {} + } }, // Features to add to the dev container. More info: https://containers.dev/features. diff --git a/.devcontainer/postinstall.sh b/.devcontainer/postinstall.sh index 5c1d30a15435..c560941bf96a 100755 --- a/.devcontainer/postinstall.sh +++ b/.devcontainer/postinstall.sh @@ -2,12 +2,6 @@ echo "Running postinstall.sh" -# Configure FZF and bash history -echo 'eval "$(fzf --bash)"' >> /home/node/.bashrc -sudo mkdir -p /home/node/.local/fzf -touch /home/node/.local/fzf/.bash_history -echo 'export HISTFILE=/home/node/.local/fzf/.bash_history' >> "/home/node/.bashrc" - # Aggressively clean npm and corepack caches npm cache clean -f sudo rm -rf /tmp/corepack-cache @@ -49,4 +43,4 @@ alias gitrebase="git rebase --interactive main" EOF -echo "postinstall.sh finished" \ No newline at end of file +echo "postinstall.sh finished"