Make the 'last logged in at' message go away

This commit is contained in:
Marley Rae 2024-01-23 19:50:46 -08:00
parent 1a411b749e
commit 485517890d

View file

@ -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"