summaryrefslogtreecommitdiffstats
path: root/templates/etc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/etc')
-rwxr-xr-xtemplates/etc/.bash_profile6
-rwxr-xr-xtemplates/etc/.bashrc3
-rw-r--r--templates/etc/bashrc4
-rw-r--r--templates/etc/kmdev.sh5
4 files changed, 18 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
diff --git a/templates/etc/.bashrc b/templates/etc/.bashrc
new file mode 100755
index 0000000..9abf8d0
--- /dev/null
+++ b/templates/etc/.bashrc
@@ -0,0 +1,3 @@
+#!/bin/bash
+. /etc/profile
+. /etc/bashrc
diff --git a/templates/etc/bashrc b/templates/etc/bashrc
new file mode 100644
index 0000000..8ade7d0
--- /dev/null
+++ b/templates/etc/bashrc
@@ -0,0 +1,4 @@
+alias cdl='cd /data/LinHES-PKGBUILD/abs'
+alias cdp='cd /build_tools/clarch/larch/profiles'
+alias cdmc='cd /data/LinHES-PKGBUILD/abs/local/mythtv/mythtv/src/mythtv-0.21/programs/mythinstall'
+alias cdb='cd $BHOME'
diff --git a/templates/etc/kmdev.sh b/templates/etc/kmdev.sh
new file mode 100644
index 0000000..7604d9d
--- /dev/null
+++ b/templates/etc/kmdev.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+export BHOME=/build_tools
+export HOME=/root
+export PATH=$PATH:$BHOME/bin:$BHOME/bld/bin
+export PS1='[\u@LinHES_build \W]\$'