From 52e944d0c31b532d8e414362da7dd873eeb33d12 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 8 Jul 2019 11:56:19 -0700 Subject: source local bashrc --- common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 0ac7c4c..3310271 100644 --- a/common.nix +++ b/common.nix @@ -154,6 +154,7 @@ in DIR=~/.nix-profile/etc/profile.d [[ -f "$DIR/nix.sh" ]] && . "$DIR/nix.sh" [[ -f "$DIR/hm-session-vars.sh" ]] && . "$DIR/hm-session-vars.sh" + [[ -f "$HOME/.bashrc.local" ]] && . "$HOME/.bashrc.local" function cd() { builtin cd "$@" && ls } -- cgit v1.2.3