feat(zsh): add wezterm shell integration

refs: wez/wezterm#3511
This commit is contained in:
winston 2023-04-20 02:28:27 +02:00
parent 459763dee2
commit 7725b2fd3c
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -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)