From d4762acdce1ca5916dc82f50be6ee200f3da41b7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 5 Feb 2023 03:42:24 +0000 Subject: [PATCH] feat(.zshrc): add wezterm shell integration --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index da90f2c..7a57f63 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -1,5 +1,8 @@ # vim:ft=zsh:fenc=utf-8 +# Shell Integration +# source "$HOME/.config/wezterm/wezterm.sh" + # Prompt eval "$(starship init zsh)"