modified: common/home.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user