summaryrefslogtreecommitdiff
path: root/config/bash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/bash.nix')
-rw-r--r--config/bash.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/bash.nix b/config/bash.nix
index 7af7ee4..ae54f9e 100644
--- a/config/bash.nix
+++ b/config/bash.nix
@@ -44,6 +44,10 @@
bind '"\C-f": "sessionizer\n"'
alias poof="rm $HOME/.ssh/known_hosts*"
+
+ if [ -f $HOME/.custom_bashrc ]; then
+ source $HOME/.custom_bashrc
+ fi
'';
};
}