From 637de36e40185e67c51d2d85b6d61fafb3835248 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Thu, 1 Sep 2022 02:08:18 -0500 Subject: Tidy up directory and install script. Add test.sh --- bash/profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bash/profile (limited to 'bash/profile') diff --git a/bash/profile b/bash/profile new file mode 100644 index 0000000..956694c --- /dev/null +++ b/bash/profile @@ -0,0 +1,12 @@ +# ~/.profile: executed by the command interpreter for login shells. +# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login +# exists. + +# the default umask is set in /etc/profile; for setting the umask +# for ssh logins, install and configure the libpam-umask package. +#umask 022 + +# if bash +if [ "$SHELL" = "/bin/bash" ]; then + . ~/.bashrc +fi -- cgit v1.2.3