summaryrefslogtreecommitdiffstats
path: root/bash/profile
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2022-09-01 02:08:18 -0500
committerMitsuo Tokumori <[email protected]>2022-09-01 02:08:18 -0500
commit637de36e40185e67c51d2d85b6d61fafb3835248 (patch)
treede6aaf15dd1e014568aae2e88874d05ab9438cdc /bash/profile
parentd19f39580a3adddca8b2c26edc97b331dded495d (diff)
downloaddotfiles-637de36e40185e67c51d2d85b6d61fafb3835248.tar.gz
dotfiles-637de36e40185e67c51d2d85b6d61fafb3835248.tar.bz2
dotfiles-637de36e40185e67c51d2d85b6d61fafb3835248.zip
Tidy up directory and install script. Add test.sh
Diffstat (limited to 'bash/profile')
-rw-r--r--bash/profile12
1 files changed, 12 insertions, 0 deletions
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