From 9a2573fd358384f24c38cb36e2bab7622dc130f3 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 25 Oct 2019 17:16:39 +0200 Subject: [PATCH] [zsh] Alias ssh to a compatible 256color terminal --- home/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.zshrc b/home/.zshrc index f1ef8b7..128a68a 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -46,6 +46,7 @@ alias g=git alias git-cleanup-merged-branches="git fetch -va && git branch --merged | egrep -v '(^\*|master)' | xargs git branch -d" alias wttr="curl 'wttr.in/Bogenhausen?1pQF&lang=de'" alias termbin="nc termbin.com 9999" +alias ssh='TERM=xterm-256color ssh' timestamp() { date +%Y-%m-%d-%H%M%S } letterup() { take $1 && cp -a ~/Documents/Personal/Brief-Vorlage/2017-LaTeX/* .; }