summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/99greetings
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-02-15 21:22:32 +0100
committerFlorian Pritz <f-p@gmx.at>2009-02-15 21:22:32 +0100
commit0f0b43b67c0405c8f254f52627b7da950a6e5136 (patch)
tree3cec7e237d9c8d04710d9c39b080672be1d578c2 /.zsh/rc/99greetings
parent589750e3fafc296e641b1f080becb10d48810484 (diff)
downloaddotfiles-0f0b43b67c0405c8f254f52627b7da950a6e5136.tar.gz
dotfiles-0f0b43b67c0405c8f254f52627b7da950a6e5136.tar.xz
added
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