remove wezterm shell integration

chezmoi
sgoudham 2 years ago
parent 1afc5823e8
commit cd443f23e6
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -3,6 +3,9 @@
# Prompt # Prompt
eval "$(starship init zsh)" eval "$(starship init zsh)"
# WezTerm Shell Integration
# . "$HOME/.config/wezterm/wezterm.sh"
# Plugins - Antigen # Plugins - Antigen
ADOTDIR="$HOME/.local/share/antigen" ADOTDIR="$HOME/.local/share/antigen"
if [[ ! -d "$ADOTDIR" ]]; then if [[ ! -d "$ADOTDIR" ]]; then
@ -84,5 +87,3 @@ export PATH="$PATH:$HOME/.local/share/go/bin"
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads 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 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# . "$HOME/.config/wezterm/wezterm.sh"

Loading…
Cancel
Save