mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
tmux: unset SHLVL
This commit is contained in:
parent
3e84bae781
commit
0d8d3d23d2
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
terminal = "screen-256color";
|
||||
extraConfig = ''
|
||||
set-environment -gu SHLVL
|
||||
'';
|
||||
};
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
|
|
Loading…
Reference in a new issue