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