.bashrc
changeset 449 63fe7a1ebae4
parent 309 d98ee1ad029c
child 469 83c0cf64c18d
--- a/.bashrc	Sat May 05 00:21:14 2012 +0300
+++ b/.bashrc	Wed May 09 22:39:39 2012 +0300
@@ -144,3 +144,11 @@
   done
 fi
 
+################################################################
+# Load custom settings (user editable).
+# Placed to the end to allow override skel settings.
+
+if [[ -f ~/.bash_custom ]]; then
+  . ~/.bash_custom
+fi
+