]> code.delx.au - dotfiles/commitdiff
bash: load ~/.bashrc_local
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 19 Nov 2018 12:56:34 +0000 (23:56 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 19 Nov 2018 12:56:48 +0000 (23:56 +1100)
.bashrc

diff --git a/.bashrc b/.bashrc
index b38679a6cdae52d5c9e301cb7601a3e46933c0e2..4c7226f6b23d4864e6bfb6c41604264aa182eb5f 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -272,3 +272,5 @@ function ssh_unsafe {
 ###########
 # The end #
 ###########
+
+[ -r ~/.bashrc_local ] && source ~/.bashrc_local