summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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