summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-06-23 08:49:31 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-06-23 20:22:06 +0200
commit8789acef0da7b22673e96564d0efaac31735c34c (patch)
tree77c4e0e423e0f29204ca5c424eb1db5df6aa17fc /.zshrc
parent0d3c30566dc59f465f187afc459791cde2ebc86b (diff)
downloaddotfiles-8789acef0da7b22673e96564d0efaac31735c34c.tar.gz
dotfiles-8789acef0da7b22673e96564d0efaac31735c34c.tar.xz
zshrc: move greetings to sysinfo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 0 insertions, 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