mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
Switch TERM to alacritty except for ssh
This commit is contained in:
parent
48acc6ddf6
commit
118293cd78
@ -1,5 +1,3 @@
|
|||||||
env:
|
|
||||||
TERM: 'xterm-256color'
|
|
||||||
window:
|
window:
|
||||||
gtk_theme_variant: 'dark'
|
gtk_theme_variant: 'dark'
|
||||||
|
|
||||||
|
4
.zshrc
4
.zshrc
@ -169,7 +169,9 @@ alias ip="ip -color=auto"
|
|||||||
alias cp="cp --reflink=auto"
|
alias cp="cp --reflink=auto"
|
||||||
alias cal="cal -w3"
|
alias cal="cal -w3"
|
||||||
alias gitg="LANG=en_US.UTF-8 gitg"
|
alias gitg="LANG=en_US.UTF-8 gitg"
|
||||||
|
if [[ "$TERM" == "alacritty" ]]; then
|
||||||
|
alias ssh='TERM=xterm-256color ssh'
|
||||||
|
fi
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user