no bash logout
This commit is contained in:
parent
bb278d557b
commit
dc7ab702fc
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue