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"