mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
parent
ffc3600f40
commit
f3506ba86c
1 changed files with 2 additions and 0 deletions
|
@ -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