# machine dependent stuff . $HOME/.private_stuff.zsh #-------------------- # Greetings #-------------------- cat /etc/motd echo -e "${CYAN}Welcome to ZSH ${RED}${ZSH_VERSION}$NC" sysinfo # don't want to read the same every time I open a new shell if [ -x /usr/bin/fortune ]; then /usr/bin/fortune -s fi echo