tmux: unset SHLVL

This commit is contained in:
Sean Buckley 2022-03-01 13:30:47 -05:00
parent 3e84bae781
commit 0d8d3d23d2

View file

@ -89,6 +89,9 @@
programs.tmux = { programs.tmux = {
enable = true; enable = true;
terminal = "screen-256color"; terminal = "screen-256color";
extraConfig = ''
set-environment -gu SHLVL
'';
}; };
programs.bash.interactiveShellInit = '' programs.bash.interactiveShellInit = ''