From cd443f23e6302a099d16620f8b1c49cf541704f0 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 8 Dec 2022 00:36:03 +0000 Subject: [PATCH] remove wezterm shell integration --- dot_zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index f9e0fcb..0afc84a 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -3,6 +3,9 @@ # Prompt eval "$(starship init zsh)" +# WezTerm Shell Integration +# . "$HOME/.config/wezterm/wezterm.sh" + # Plugins - Antigen ADOTDIR="$HOME/.local/share/antigen" if [[ ! -d "$ADOTDIR" ]]; then @@ -84,5 +87,3 @@ export PATH="$PATH:$HOME/.local/share/go/bin" export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion - -# . "$HOME/.config/wezterm/wezterm.sh"