summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/99greetings
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/rc/99greetings')
-rw-r--r--.zsh/rc/99greetings15
1 files changed, 0 insertions, 15 deletions
diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings
deleted file mode 100644
index 47cf822..0000000
--- a/.zsh/rc/99greetings
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-
-# vim: set ft=zsh: