summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/99greetings
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-12 16:08:22 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-12 16:10:24 +0200
commit8cee2197d73332d51a82b5f1a67aae185964688d (patch)
treef0970a88ea843a15f40eff66bec72c20c9385e8b /.zsh/rc/99greetings
parent6757f9d15ae5a79c00e1ab700543c380d975b766 (diff)
downloaddotfiles-8cee2197d73332d51a82b5f1a67aae185964688d.tar.gz
dotfiles-8cee2197d73332d51a82b5f1a67aae185964688d.tar.xz
move all zshrc stuff into .zshrc and use folding
nothing else changed
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: