modified: common/home.nix
This commit is contained in:
@@ -23,9 +23,13 @@ in {
|
|||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"switch-nix" = mySwitchCmd;
|
"Switch-nix" = mySwitchCmd;
|
||||||
"test-nix" = mySwitchCmd;
|
"Test-nix" = mySwitchCmd;
|
||||||
};
|
};
|
||||||
|
initExtra = ''
|
||||||
|
# ensure loading of aliases/session variables
|
||||||
|
[[ -f ~/.profile ]] && . ~/.profile
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Optional: packages
|
# Optional: packages
|
||||||
|
|||||||
Reference in New Issue
Block a user