From 7a996659155601253fe4a5c8999f2125c8bfab0c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 6 Dec 2024 16:30:38 -0500 Subject: fix ssh TERM, fix hyprlock exit --- home/config/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home/config/zsh') diff --git a/home/config/zsh/zshrc b/home/config/zsh/zshrc index 3b66ab2..b7b4423 100644 --- a/home/config/zsh/zshrc +++ b/home/config/zsh/zshrc @@ -44,6 +44,7 @@ alias grep="grep --color=auto" alias diff="diff --color=auto" alias ccat="highlight --out-format=ansi" alias vim="nvim" +alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad # manpages export LESS_TERMCAP_md=$'\e[1;36m' -- cgit v1.2.3-freya