home/{zsh,bash}: add mutable source
This commit is contained in:
@@ -122,6 +122,9 @@ in {
|
||||
enable = true;
|
||||
historyFile = "${config.xdg.dataHome}/bash_history";
|
||||
historySize = 100000;
|
||||
bashrcExtra = ''
|
||||
source "${config.xdg.configHome}/mutable_env.sh"
|
||||
'';
|
||||
};
|
||||
|
||||
bat.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user