From 8789acef0da7b22673e96564d0efaac31735c34c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 23 Jun 2011 08:49:31 +0200 Subject: zshrc: move greetings to sysinfo Signed-off-by: Florian Pritz --- .zshrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zshrc b/.zshrc index 40791bc..398d514 100644 --- a/.zshrc +++ b/.zshrc @@ -817,15 +817,7 @@ compdef _wake wake . $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 - # }}} # {{{ Other stuff that doesn't fit anywhere else #umask 077 -- cgit v1.2.3-24-g4f1b