From 547f921d6e32d4ae4271e583fe37d04d70b75222 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 15 May 2026 17:55:53 +0100 Subject: [PATCH] Remove ssh alias --- zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zshrc b/zshrc index e0dd0cd..e222e22 100644 --- a/zshrc +++ b/zshrc @@ -213,8 +213,6 @@ frequent-directory local "$HOME/.local" alias grep='grep --color=always' command -v cmake &> /dev/null && \ alias cninja='cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON' -command -v ssh &> /dev/null && \ - alias ssh='TERM=xterm-256color ssh' alias weather="curl wttr.in" alias cls="clear && printf '\e[3J'"