✨ Make the 'last logged in at' message go away
This commit is contained in:
parent
1a411b749e
commit
485517890d
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue