From 485517890d9b0d0a0b39023bd62bbcc6f95ed6a7 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Tue, 23 Jan 2024 19:50:46 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Make=20the=20'last=20logged=20in=20?= =?UTF-8?q?at'=20message=20go=20away?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/.zshrc.symlink | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc.symlink b/zsh/.zshrc.symlink index 0b8147c..aff0bdd 100644 --- a/zsh/.zshrc.symlink +++ b/zsh/.zshrc.symlink @@ -1,5 +1,9 @@ #!/usr/bin/env zsh +# Remove that annoying 'last logged in' message. +# Tested this method vs in iTerm settings - latter is less portable and slower. +printf '\33c\e[3J' + # Base path. export PATH="$HOME/bin:/usr/local/bin:$HOME/dotfiles/bin:$PATH"