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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user