1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-22 01:16:49 +02:00

Switch TERM to alacritty except for ssh

This commit is contained in:
2021-05-18 15:12:51 +03:00
parent 48acc6ddf6
commit 118293cd78
2 changed files with 3 additions and 3 deletions

4
.zshrc
View File

@@ -169,7 +169,9 @@ alias ip="ip -color=auto"
alias cp="cp --reflink=auto"
alias cal="cal -w3"
alias gitg="LANG=en_US.UTF-8 gitg"
if [[ "$TERM" == "alacritty" ]]; then
alias ssh='TERM=xterm-256color ssh'
fi
export EDITOR=nvim
export VISUAL=nvim