emacs, dot-emacs: Overhaul of URL browsing in Emacs.
[profile] / bashrc
diff --git a/bashrc b/bashrc
index 82d50c8..a172640 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -298,4 +298,6 @@ if (( UID == 0 )); then
   set -o noclobber
 fi
 
+[ -f "$HOME/.bashrc-local" ] && . "$HOME/.bashrc-local"
+
 fi