From e69a55340e34c10b480c2c07b53533fbed3d50bd Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 1 Apr 2024 21:57:25 +0200 Subject: [PATCH] home-profile: zsh and wezterm change --- configurations/profile/home/shell/zsh.nix | 3 --- configurations/profile/home/terminal/wezterm.nix | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index 94b4ca3..c95d8b9 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -85,10 +85,7 @@ in ${makeEnv "__MATERUS_HM_ZSH_PROMPT" cfg.prompt} ${makeEnv "__MATERUS_HM_ZSH_PRIVATE" "0"} ''; - - initExtraFirst = '' - ${makeIfVar "__MATERUS_HM_ZSH_PROMPT" "p10k" '' if [[ -r "''${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" ]]; then source "''${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" diff --git a/configurations/profile/home/terminal/wezterm.nix b/configurations/profile/home/terminal/wezterm.nix index 2d2b970..d80d16c 100644 --- a/configurations/profile/home/terminal/wezterm.nix +++ b/configurations/profile/home/terminal/wezterm.nix @@ -18,6 +18,7 @@ in { programs.wezterm.enable = true; programs.wezterm.colorSchemes = { }; + programs.wezterm.enableZshIntegration = false; programs.wezterm.extraConfig = '' package.path = package.path .. ";${materusArg.cfg.path}/extraFiles/config/wezterm/?.lua"