Restore .bashrc sourcing as a stopgap
This commit is contained in:
@@ -109,6 +109,11 @@
|
||||
];
|
||||
};
|
||||
|
||||
# Drop once dotfiles move to Home Manager
|
||||
programs.bash.interactiveShellInit = ''
|
||||
[[ -f ~/.bashrc ]] && source ~/.bashrc
|
||||
'';
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user