about summary refs log tree commit diff stats
path: root/conf/skel/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'conf/skel/.bash_profile')
-rw-r--r--conf/skel/.bash_profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/skel/.bash_profile b/conf/skel/.bash_profile
new file mode 100644
index 0000000..9ea6954
--- /dev/null
+++ b/conf/skel/.bash_profile
@@ -0,0 +1,8 @@
+#!/bin/bash
+if [ -f ~/.profile ]; then
+   source ~/.profile
+fi
+
+if [ -f ~/.bashrc ]; then
+   source ~/.bashrc
+fi