[zsh] autostart tmux - revert

This commit is contained in:
Simon Cornet 2024-04-03 00:02:06 +02:00
parent a34692e3ff
commit 2882e99328

View File

@ -22,15 +22,10 @@
# oh-my-zsh # oh-my-zsh
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" "tmux" ]; plugins = [ "git" ];
theme = "bira"; theme = "bira";
}; };
# zsh env
envExtra = ''
ZSH_TMUX_AUTOSTART=true;
'';
# aliasses # aliasses
shellAliases = { shellAliases = {