From f2d601dcbe795a1ef5b3bd0ab1d37458fa80c6cf Mon Sep 17 00:00:00 2001 From: dadada Date: Fri, 29 Jan 2021 23:50:08 +0100 Subject: [PATCH] Fix tmux --- modules/home/kitty/config | 2 ++ modules/home/zsh.nix | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home/kitty/config b/modules/home/kitty/config index 54f0cfc..fda05dc 100644 --- a/modules/home/kitty/config +++ b/modules/home/kitty/config @@ -40,3 +40,5 @@ color18 #282828 color19 #444155 color20 #b8b8b8 color21 #e8e8e8 + +shell tmux diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 5562403..071e989 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -36,10 +36,6 @@ in PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f " RPROMPT='$(git_super_status)' #NIX_BUILD_SHELL="${pkgs.zsh}/bin/zsh" - if [ "$TMUX" = "" ] - then - tmux - fi ''; profileExtra = '' '';