fix(wezterm): set alias for ssh

This commit is contained in:
Price Hiller 2022-07-17 22:04:39 -05:00
parent 00632af293
commit e3fd57201d

View File

@ -78,6 +78,10 @@ if [[ "$TERM" = *"xterm-kitty"* ]]; then
__kitty_complete
fi
if [[ "${TERM}" = "wezterm" ]]; then
alias ssh="TERM=xterm-256color ssh"
fi
### Zsh Vi-Mode Configuration ###
# Makes the cursor change based on the mode