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 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.
Original file line number Diff line number Diff line change 22
33echo " 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
126npm cache clean -f
137sudo rm -rf /tmp/corepack-cache
@@ -49,4 +43,4 @@ alias gitrebase="git rebase --interactive main"
4943EOF
5044
5145
52- echo " postinstall.sh finished"
46+ echo " postinstall.sh finished"
You can’t perform that action at this time.
0 commit comments