parent
ffc3600f40
commit
f3506ba86c
|
@ -190,6 +190,8 @@ in {
|
||||||
HISTIGNORE = escapeShellArg (concatStringsSep ":" cfg.historyIgnore);
|
HISTIGNORE = escapeShellArg (concatStringsSep ":" cfg.historyIgnore);
|
||||||
}));
|
}));
|
||||||
in mkIf cfg.enable {
|
in mkIf cfg.enable {
|
||||||
|
home.packages = [ pkgs.bashInteractive ];
|
||||||
|
|
||||||
home.file.".bash_profile".source = writeBashScript "bash_profile" ''
|
home.file.".bash_profile".source = writeBashScript "bash_profile" ''
|
||||||
# include .profile if it exists
|
# include .profile if it exists
|
||||||
[[ -f ~/.profile ]] && . ~/.profile
|
[[ -f ~/.profile ]] && . ~/.profile
|
||||||
|
|
Loading…
Reference in a new issue