diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-03 03:21:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-03 03:21:05 +0200 |
commit | 81900ddf398dba3915b748f6adc729a8aa902ae0 (patch) | |
tree | f42c2a66e49d5d2246fa8dd091e3e0b35dd586de /conf/home | |
parent | 58ae5bbf25835bd30fa385275ff4486dbc31f0a2 (diff) |
Making our Kogaion configs public
Diffstat (limited to 'conf/home')
-rw-r--r-- | conf/home/.bash_profile | 4 | ||||
-rw-r--r-- | conf/home/.bashrc | 2 | ||||
-rw-r--r-- | conf/home/eixrc | 6 |
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="" |