From c7762545eac537d7747810b793669c6367d5f993 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:36:40 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common/home.nix b/common/home.nix index 313dccc..32d174f 100644 --- a/common/home.nix +++ b/common/home.nix @@ -23,9 +23,13 @@ in { programs.bash = { enable = true; shellAliases = { - "switch-nix" = mySwitchCmd; - "test-nix" = mySwitchCmd; + "Switch-nix" = mySwitchCmd; + "Test-nix" = mySwitchCmd; }; + initExtra = '' + # ensure loading of aliases/session variables + [[ -f ~/.profile ]] && . ~/.profile + ''; }; # Optional: packages