From 2882e993285e57fb4c938c61382a571b128f4c70 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 3 Apr 2024 00:02:06 +0200 Subject: [PATCH] [zsh] autostart tmux - revert --- nix/home/zsh/zsh.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nix/home/zsh/zsh.nix b/nix/home/zsh/zsh.nix index 4c685ee..3c2f477 100644 --- a/nix/home/zsh/zsh.nix +++ b/nix/home/zsh/zsh.nix @@ -22,15 +22,10 @@ # oh-my-zsh oh-my-zsh = { enable = true; - plugins = [ "git" "tmux" ]; + plugins = [ "git" ]; theme = "bira"; }; - # zsh env - envExtra = '' - ZSH_TMUX_AUTOSTART=true; - ''; - # aliasses shellAliases = {