summaryrefslogtreecommitdiffstats
path: root/templates/etc/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/etc/.bash_profile')
-rwxr-xr-xtemplates/etc/.bash_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/etc/.bash_profile b/templates/etc/.bash_profile
new file mode 100755
index 0000000..2fe91f2
--- /dev/null
+++ b/templates/etc/.bash_profile
@@ -0,0 +1,6 @@
+. ~/.bashrc
+cdb
+if [ -f ~/loginrun.sh ]
+then
+ ~/loginrun.sh
+fi