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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user