summaryrefslogtreecommitdiff
path: root/conf/home/.bash_profile
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-12-03 03:21:05 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-12-03 03:21:05 +0200
commit81900ddf398dba3915b748f6adc729a8aa902ae0 (patch)
treef42c2a66e49d5d2246fa8dd091e3e0b35dd586de /conf/home/.bash_profile
parent58ae5bbf25835bd30fa385275ff4486dbc31f0a2 (diff)
Making our Kogaion configs public
Diffstat (limited to 'conf/home/.bash_profile')
-rw-r--r--conf/home/.bash_profile4
1 files changed, 4 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