summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/99greetings
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/rc/99greetings')
-rw-r--r--.zsh/rc/99greetings13
1 files changed, 13 insertions, 0 deletions
diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings
new file mode 100644
index 0000000..444eda5
--- /dev/null
+++ b/.zsh/rc/99greetings
@@ -0,0 +1,13 @@
+# machine dependent stuff
+. $HOME/.private_stuff.zsh
+#--------------------
+# Greetings
+#--------------------
+cat /etc/motd
+echo -e "${CYAN}Welcome to ZSH ${RED}${ZSH_VERSION}$NC"
+short_ii
+# 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