From bd6f662dfb7d293b8143785a7b28c9bfeccd0ee2 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 12 Apr 2021 15:21:47 -0500 Subject: Add bash profile, boot script configuration, inputrc and shell configuration to chapter9. --- chapter9/bashprofile.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chapter9/bashprofile.sh (limited to 'chapter9/bashprofile.sh') diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh new file mode 100644 index 0000000..9636b3a --- /dev/null +++ b/chapter9/bashprofile.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cat > /etc/profile << "EOF" +# Begin /etc/profile + +export LANG=en_US + +# End /etc/profile +EOF -- cgit v1.2.3-54-g00ecf