diff --git a/system/bash.nix b/system/bash.nix index b773238..7d1006d 100644 --- a/system/bash.nix +++ b/system/bash.nix @@ -4,4 +4,5 @@ promptInit = ''PS1="[\u \W] \[\e[32;1m\]\$\[\e[0m\] "''; }; environment.etc.bashrc.text = lib.mkAfter ''[ -f ~/.config/bash/bashrc ] && . ~/.config/bash/bashrc''; + environment.etc.bash_logout.enable = false; }