summaryrefslogtreecommitdiffstats
path: root/templates/etc/kmdev.sh
blob: 7604d9d3b6c38d656352ade661edda605d7b271b (plain)
1
2
3
4
5
#!/bin/bash
export BHOME=/build_tools
export HOME=/root
export PATH=$PATH:$BHOME/bin:$BHOME/bld/bin
export PS1='[\u@LinHES_build \W]\$'