diff options
Diffstat (limited to 'home/config/zsh/zshrc')
-rw-r--r-- | home/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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' |