Skip to content

Commit 044a009

Browse files
authored
Merge pull request #5 from gilesknap/fix-history
fix history using PROMPT_COMMAND
2 parents aa8a566 + 68aa0d6 commit 044a009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/features/bash-config/config/onCreateCommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if [[ ! -f $CONFIG_FOLDER/bashrc ]] ; then
1212
fi
1313

1414
# hook in the config to the root account
15-
ln -s $CONFIG_FOLDER/inputrc /root/.inputrc
15+
ln -fs $CONFIG_FOLDER/inputrc /root/.inputrc
1616
echo "source $CONFIG_FOLDER/bashrc" >> /root/.bashrc

0 commit comments

Comments
 (0)