Skip to content

Commit fe110a0

Browse files
authored
build: drop fzf (#5298)
Seems like no longer used and better remove.
1 parent d5efe60 commit fe110a0

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"features": {
99
"ghcr.io/robbert229/devcontainer-features/postgresql-client:1": {
1010
"version": "15"
11-
},
12-
"ghcr.io/devcontainers-contrib/features/fzf:1": {}
11+
}
1312
},
1413

1514
// Features to add to the dev container. More info: https://containers.dev/features.

.devcontainer/postinstall.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
echo "Running postinstall.sh"
44

5-
# Configure FZF and bash history
6-
echo 'eval "$(fzf --bash)"' >> /home/node/.bashrc
7-
sudo mkdir -p /home/node/.local/fzf
8-
touch /home/node/.local/fzf/.bash_history
9-
echo 'export HISTFILE=/home/node/.local/fzf/.bash_history' >> "/home/node/.bashrc"
10-
115
# Aggressively clean npm and corepack caches
126
npm cache clean -f
137
sudo rm -rf /tmp/corepack-cache
@@ -49,4 +43,4 @@ alias gitrebase="git rebase --interactive main"
4943
EOF
5044

5145

52-
echo "postinstall.sh finished"
46+
echo "postinstall.sh finished"

0 commit comments

Comments
 (0)