From 516473777a718d15840d5adf9270f751f34acbd4 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 30 Dec 2024 12:54:08 -0500 Subject: update --- config/bash.nix | 4 ++++ machines/vm/home.nix | 1 + 2 files changed, 5 insertions(+) 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 ''; }; } diff --git a/machines/vm/home.nix b/machines/vm/home.nix index 7aca730..449f79b 100644 --- a/machines/vm/home.nix +++ b/machines/vm/home.nix @@ -42,6 +42,7 @@ "dotfiles.nix" "git" "nvim" + "emacs" ]); home.stateVersion = "23.11"; -- cgit v1.2.3