refactor(zsh): change TERM variable for ssh in wezterm

This commit is contained in:
Price Hiller 2024-01-10 10:53:39 -06:00
parent 3e52e613a4
commit 51d04fd373
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -69,6 +69,7 @@ fi
### Wezterm ### ### Wezterm ###
if command -v wezterm >/dev/null 2>&1; then if command -v wezterm >/dev/null 2>&1; then
alias img="wezterm imgcat" alias img="wezterm imgcat"
alias ssh="TERM=xterm-256color ssh"
fi fi
### Misc ### ### Misc ###