Skip to content

Instantly share code, notes, and snippets.

@badouralix
Created June 9, 2020 20:58
Show Gist options
  • Save badouralix/8c029c3943ce9a8ff73b53b5af7d4535 to your computer and use it in GitHub Desktop.
Save badouralix/8c029c3943ce9a8ff73b53b5af7d4535 to your computer and use it in GitHub Desktop.
Fancy zlogin for metamorph
# ~/.zlogin: Personal login commands for zsh.
# This file is sourced only for login shells. It should contain commands
# that should be executed only in login shells. It should be used to set
# the terminal type and run a series of external commands (fortune,
# msgs, from, etc.)
# Global Order: zshenv, zprofile, zshrc, zlogin
######################################
# #
# Petit message kikoo de bienvenue #
# #
######################################
figlet -tcf slant "Salut <%= USER %>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment