From 486314c5a1497eaabc6b2d8d13363fa3c60f221c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 20 Jan 2023 09:28:53 -0600 Subject: [PATCH] zsh: remove tanzu alias --- zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 6663d6a..ea94d45 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -14,7 +14,6 @@ alias ssh="TERM=xterm ssh" alias sshpass="ssh -o PubkeyAuthentication=no" alias scppass="scp -o PubkeyAuthentication=no" alias k="kubectl" -alias t="tanzu" alias ll="ls -la" # Import local prefs from ~/.zshlocal, if present