From 7725b2fd3ce104541f84acc3a3034ea5261adc5a Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 20 Apr 2023 02:28:27 +0200 Subject: [PATCH] feat(zsh): add wezterm shell integration refs: wez/wezterm#3511 --- home/apps/zsh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/apps/zsh.nix b/home/apps/zsh.nix index 15a6e43..21af137 100644 --- a/home/apps/zsh.nix +++ b/home/apps/zsh.nix @@ -71,7 +71,10 @@ in { done # WezTerm - [[ "$TERM_PROGRAM" == "WezTerm" ]] && TERM=wezterm + if [[ "$TERM_PROGRAM" == "WezTerm" ]]; then + TERM=wezterm + source ${pkgs.nur.repos.nekowinston.wezterm-nightly}/etc/profile.d/wezterm.sh + fi source <(konf-go shellwrapper zsh) source <(konf-go completion zsh)