summaryrefslogtreecommitdiff
path: root/conf/home
diff options
context:
space:
mode:
Diffstat (limited to 'conf/home')
-rw-r--r--conf/home/.bash_profile4
-rw-r--r--conf/home/.bashrc2
-rw-r--r--conf/home/eixrc6
3 files changed, 12 insertions, 0 deletions
diff --git a/conf/home/.bash_profile b/conf/home/.bash_profile
new file mode 100644
index 0000000..ebd6cb0
--- /dev/null
+++ b/conf/home/.bash_profile
@@ -0,0 +1,4 @@
+# Do this or ssh localhost:123 screen -Rx won't source bashrc
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
diff --git a/conf/home/.bashrc b/conf/home/.bashrc
new file mode 100644
index 0000000..11c731f
--- /dev/null
+++ b/conf/home/.bashrc
@@ -0,0 +1,2 @@
+# Current build server user .bashrc file
+. /kogaion/bin/buildrc
diff --git a/conf/home/eixrc b/conf/home/eixrc
new file mode 100644
index 0000000..c8859d2
--- /dev/null
+++ b/conf/home/eixrc
@@ -0,0 +1,6 @@
+# Don't clobber screen status!
+# STRING
+# If the beginning of TERM matches a word of this space-separated list,
+# it is assumed that the terminal supports a status line.
+#TERM_STATUSLINE="xterm screen rxvt aterm konsole gnome Eterm eterm kterm interix"
+TERM_STATUSLINE=""