diff options
author | Ben Sima <bsima@groq.com> | 2019-07-08 11:56:19 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-09 15:49:50 -0700 |
commit | 52e944d0c31b532d8e414362da7dd873eeb33d12 (patch) | |
tree | 0ef3755b614af5065a8a831e7bedabe8d577e106 | |
parent | 270c52cf6f06b590e6c3fc08512fac4d8a80c064 (diff) |
source local bashrc
-rw-r--r-- | common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |