Nove to new layout

This commit is contained in:
Mario Fetka
2014-11-02 09:42:47 +01:00
parent 68d6318910
commit 250a08b5dd
124 changed files with 5211 additions and 1623 deletions

4
conf/home/.bash_profile Normal file
View File

@@ -0,0 +1,4 @@
# Do this or ssh localhost:123 screen -Rx won't source bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi