summaryrefslogtreecommitdiffstats
path: root/templates/etc/.bash_profile
diff options
context:
space:
mode:
authorJames Meyer <James.meyer@operamail.com>2008-10-02 03:23:45 (GMT)
committerJames Meyer <James.meyer@operamail.com>2008-10-02 03:23:45 (GMT)
commit618d4ad515a93d1e48934be5846edd71270171ec (patch)
treea22a9294af81215d4a7b1053e5fdb4d746f39d41 /templates/etc/.bash_profile
downloadlinhes_dev-618d4ad515a93d1e48934be5846edd71270171ec.zip
initital import
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