summaryrefslogtreecommitdiffstats
path: root/templates/etc/kmdev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/etc/kmdev.sh')
-rw-r--r--templates/etc/kmdev.sh5
1 files changed, 5 insertions, 0 deletions
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]\$'