File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 8
8
"features" : {
9
9
"ghcr.io/robbert229/devcontainer-features/postgresql-client:1" : {
10
10
"version" : " 15"
11
- },
12
- "ghcr.io/devcontainers-contrib/features/fzf:1" : {}
11
+ }
13
12
},
14
13
15
14
// Features to add to the dev container. More info: https://containers.dev/features.
Original file line number Diff line number Diff line change 2
2
3
3
echo " Running postinstall.sh"
4
4
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
-
11
5
# Aggressively clean npm and corepack caches
12
6
npm cache clean -f
13
7
sudo rm -rf /tmp/corepack-cache
@@ -49,4 +43,4 @@ alias gitrebase="git rebase --interactive main"
49
43
EOF
50
44
51
45
52
- echo " postinstall.sh finished"
46
+ echo " postinstall.sh finished"
You can’t perform that action at this time.
0 commit comments